Home
last modified time | relevance | path

Searched defs:ciphers (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java120 int cipherId, boolean isIke, List<Pair<Integer, Integer>> ciphers) { in addCipherWithFixedKeyLenIfSupported() argument
133 int cipherId, boolean isIke, List<Pair<Integer, Integer>> ciphers) { in addAesCipherIfSupported() argument
147 final List<Pair<Integer, Integer>> ciphers = new ArrayList<>(); in getNormalModeCiphers() local
155 final List<Pair<Integer, Integer>> ciphers = new ArrayList<>(); in getCombinedModeCiphers() local
227 List<Pair<Integer, Integer>> ciphers, in buildIkeSaProposal() argument
236 List<Pair<Integer, Integer>> ciphers, in buildIkeSaProposal() argument
288 List<Pair<Integer, Integer>> ciphers, in buildChildSaProposal() argument
401 final Map<Integer, CryptoInfo> ciphers = new HashMap<>(); in getAllCiphers() local
/aosp_15_r20/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DEndpointFactory.java10 String[] ciphers) throws IOException; in newClient()
13 String[] protocols, String[] ciphers) throws IOException; in newServer()
/aosp_15_r20/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
H A DEndpointFactory.java11 String[] ciphers) throws IOException; in newClient()
14 String[] protocols, String[] ciphers) throws IOException; in newServer()
H A DClientEndpoint.java41 String[] protocols, String[] ciphers) throws IOException { in ClientEndpoint()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/
H A DEndpointFactory.java41 String[] ciphers) throws IOException { in newClient()
47 String[] protocols, String[] ciphers) throws IOException { in newServer()
/aosp_15_r20/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/
H A DAndroidEndpointFactory.java28 String[] ciphers) throws IOException { in newClient()
35 String[] protocols, String[] ciphers) throws IOException { in newServer()
/aosp_15_r20/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
H A DAndroidEndpointFactory.java26 String[] ciphers) throws IOException { in newClient()
33 String[] protocols, String[] ciphers) throws IOException { in newServer()
/aosp_15_r20/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
H A DOpenJdkEndpointFactory.java28 String[] ciphers) throws IOException { in newClient()
35 String[] protocols, String[] ciphers) throws IOException { in newServer()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/benches/
Dldt_adv_scan.rs42 let ciphers = build_ciphers(&configs); in ldt_adv_scan() localVariable
52 let ciphers = build_ciphers(&configs); in ldt_adv_scan() localVariable
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DPasnConfig.java293 @Cipher int ciphers = CIPHER_NONE; in getCiphersFromCapabilities() local
337 public Builder(@AkmType int baseAkms, @Cipher int ciphers) { in Builder()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py251 ssl_version=None, cert_reqs=None, options=None, ciphers=None argument
363 ciphers=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py251 ssl_version=None, cert_reqs=None, options=None, ciphers=None argument
363 ciphers=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py251 ssl_version=None, cert_reqs=None, options=None, ciphers=None argument
363 ciphers=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py251 ssl_version=None, cert_reqs=None, options=None, ciphers=None argument
363 ciphers=None, argument
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java409 BitSet ciphers = ciphersFromSelectedParams; in getOptimalGroupCiphersForConfig() local
428 BitSet ciphers = ciphersFromSelectedParams; in getOptimalPairwiseCiphersForConfig() local
/aosp_15_r20/external/open-dice/dpe-rs/src/
H A Dnoise.rs226 let ciphers = handshake.get_ciphers(); in new_session_handshake() localVariable
265 let ciphers = handshake.get_ciphers(); in derive_session_handshake() localVariable
477 let ciphers = handshake.get_ciphers(); in finish_handshake() localVariable
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c3128 int rsn_cipher_put_suites(u8 *start, int ciphers) in rsn_cipher_put_suites()
3161 int wpa_cipher_put_suites(u8 *start, int ciphers) in wpa_cipher_put_suites()
3182 int wpa_pick_pairwise_cipher(int ciphers, int none_allowed) in wpa_pick_pairwise_cipher()
3200 int wpa_pick_group_cipher(int ciphers) in wpa_pick_group_cipher()
3283 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/fuzz/
Dssl_ctx_api.cc362 std::string ciphers; in LLVMFuzzerTestOneInput() local
369 std::string ciphers; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/fuzz/
H A Dssl_ctx_api.cc362 std::string ciphers; in LLVMFuzzerTestOneInput() local
369 std::string ciphers; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/fuzz/
Dssl_ctx_api.cc362 std::string ciphers; in LLVMFuzzerTestOneInput() local
369 std::string ciphers; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/curl/lib/vtls/
H A Dsectransp.c863 SSLCipherSuite *ciphers = NULL; in sectransp_get_supported_ciphers() local
913 SSLCipherSuite *ciphers = NULL; in sectransp_set_default_ciphers() local
951 const char *ciphers) in sectransp_set_selected_ciphers()
1045 char *ciphers; local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dhandoff.cc44 CBB ciphers; in serialize_features() local
121 CBS ciphers; in apply_remote_features() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandoff.cc44 CBB ciphers; in serialize_features() local
121 CBS ciphers; in apply_remote_features() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dhandoff.cc45 CBB ciphers; in serialize_features() local
124 CBS ciphers; in apply_remote_features() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dhandoff.cc45 CBB ciphers; in serialize_features() local
124 CBS ciphers; in apply_remote_features() local

12345