/aosp_15_r20/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | SaProposalTest.java | 120 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 D | EndpointFactory.java | 10 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 D | EndpointFactory.java | 11 String[] ciphers) throws IOException; in newClient() 14 String[] protocols, String[] ciphers) throws IOException; in newServer()
|
H A D | ClientEndpoint.java | 41 String[] protocols, String[] ciphers) throws IOException { in ClientEndpoint()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/ |
H A D | EndpointFactory.java | 41 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 D | AndroidEndpointFactory.java | 28 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 D | AndroidEndpointFactory.java | 26 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 D | OpenJdkEndpointFactory.java | 28 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/ |
D | ldt_adv_scan.rs | 42 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/ |
D | PasnConfig.java | 293 @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/ |
D | ssl_.py | 251 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/ |
D | ssl_.py | 251 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/ |
D | ssl_.py | 251 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/ |
D | ssl_.py | 251 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/ |
D | NativeUtil.java | 409 BitSet ciphers = ciphersFromSelectedParams; in getOptimalGroupCiphersForConfig() local 428 BitSet ciphers = ciphersFromSelectedParams; in getOptimalPairwiseCiphersForConfig() local
|
/aosp_15_r20/external/open-dice/dpe-rs/src/ |
H A D | noise.rs | 226 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 D | wpa_common.c | 3128 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/ |
D | ssl_ctx_api.cc | 362 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 D | ssl_ctx_api.cc | 362 std::string ciphers; in LLVMFuzzerTestOneInput() local 369 std::string ciphers; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/fuzz/ |
D | ssl_ctx_api.cc | 362 std::string ciphers; in LLVMFuzzerTestOneInput() local 369 std::string ciphers; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | sectransp.c | 863 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/ |
D | handoff.cc | 44 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/ |
D | handoff.cc | 44 CBB ciphers; in serialize_features() local 121 CBS ciphers; in apply_remote_features() local
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | handoff.cc | 45 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 D | handoff.cc | 45 CBB ciphers; in serialize_features() local 124 CBS ciphers; in apply_remote_features() local
|