/external/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_test.cc | 107 int ret = ECDH_compute_key(actual_z.data(), actual_z.size(), in TEST() 114 ret = ECDH_compute_key(actual_z.data(), actual_z.size(), peer_pub_key.get(), in TEST() 165 ECDH_compute_key(actual.data(), actual.size(), in RunWycheproofTest() 284 ECDH_compute_key(out, sizeof(out), peer, key.get(), nullptr)); in TEST()
|
D | ecdh_extra.c | 80 int ECDH_compute_key(void *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key() function
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_test.cc | 107 int ret = ECDH_compute_key(actual_z.data(), actual_z.size(), in TEST() 114 ret = ECDH_compute_key(actual_z.data(), actual_z.size(), peer_pub_key.get(), in TEST() 165 ECDH_compute_key(actual.data(), actual.size(), in RunWycheproofTest() 284 ECDH_compute_key(out, sizeof(out), peer, key.get(), nullptr)); in TEST()
|
D | ecdh_extra.c | 80 int ECDH_compute_key(void *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key() function
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ecdh.h | 88 OPENSSL_EXPORT int ECDH_compute_key(
|
/external/boringssl/src/include/openssl/ |
D | ecdh.h | 88 OPENSSL_EXPORT int ECDH_compute_key(
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLECDHKeyAgreement.java | 43 return NativeCrypto.ECDH_compute_key( in computeKey()
|
D | NativeCrypto.java | 197 static native int ECDH_compute_key(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, in ECDH_compute_key() method in NativeCrypto
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLECDHKeyAgreement.java | 45 return NativeCrypto.ECDH_compute_key( in computeKey()
|
D | NativeCrypto.java | 204 static native int ECDH_compute_key(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, in ECDH_compute_key() method in NativeCrypto
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | p_ec.c | 170 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
|
/external/openssh/ |
D | kexecdh.c | 179 if (ECDH_compute_key(kbuf, klen, dh_pub, key, NULL) != (int)klen || in kex_ecdh_dec_key_group()
|
/external/boringssl/src/crypto/evp/ |
D | p_ec.c | 170 ret = ECDH_compute_key(key, outlen, pubkey, eckey, 0); in pkey_ec_derive()
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | ec.py | 175 r = self._backend._lib.ECDH_compute_key(
|
/external/libwebsockets/lib/tls/openssl/ |
D | lws-genec.c | 654 *ss_len = ECDH_compute_key(ss, len, in lws_genecdh_compute_shared_secret()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 2947 NativeCrypto.ECDH_compute_key(out, outOffset, pkey1Ref, pkey2Ref); in test_ECDH_compute_key_null_key_Failure() 2951 NativeCrypto.ECDH_compute_key(out, outOffset, null, pkey2Ref); in test_ECDH_compute_key_null_key_Failure() 2959 NativeCrypto.ECDH_compute_key(out, outOffset, pkey1Ref, null); in test_ECDH_compute_key_null_key_Failure()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | NativeCryptoTest.java | 2956 NativeCrypto.ECDH_compute_key(out, outOffset, pkey1Ref, pkey2Ref); in test_ECDH_compute_key_null_key_Failure() 2960 NativeCrypto.ECDH_compute_key(out, outOffset, null, pkey2Ref); in test_ECDH_compute_key_null_key_Failure() 2968 NativeCrypto.ECDH_compute_key(out, outOffset, pkey1Ref, null); in test_ECDH_compute_key_null_key_Failure()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1890 ECDH_compute_key
|
D | BoringSSL-GRPC.podspec | 3442 '#define ECDH_compute_key GRPC_SHADOW_ECDH_compute_key',
|
/external/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 1758 ECDH_compute_key(output.data(), output.size(), their_point.get(), in ECDH()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1918 #define ECDH_compute_key GRPC_SHADOW_ECDH_compute_key macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1271 #define ECDH_compute_key BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ECDH_compute_key) macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2318 int outputLength = ECDH_compute_key(&out[stdOutOffset], out.size() - stdOutOffset, pubkeyPoint, in NativeCrypto_ECDH_compute_key() 10411 CONSCRYPT_NATIVE_METHOD(ECDH_compute_key, "([BI" REF_EVP_PKEY REF_EVP_PKEY ")I"),
|