Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 – 25 of 30) sorted by relevance

12

/external/federated-compute/fcp/secagg/shared/
Decdh_key_agreement_test.cc61 auto ecdh = EcdhKeyAgreement::CreateFromKeypair(keys.GetPrivateKey(0), in TEST() local
69 auto ecdh = EcdhKeyAgreement::CreateFromKeypair(keys.GetPrivateKey(0), in TEST() local
81 auto ecdh = EcdhKeyAgreement::CreateFromRandomKeys().value(); in TEST() local
91 auto ecdh = EcdhKeyAgreement::CreateFromKeypair(keys.GetPrivateKey(0), in TEST() local
101 auto ecdh = EcdhKeyAgreement::CreateFromKeypair(keys.GetPrivateKey(0), in TEST() local
141 auto ecdh = EcdhKeyAgreement::CreateFromKeypair(keys.GetPrivateKey(0), in TEST() local
148 auto ecdh = EcdhKeyAgreement::CreateFromPrivateKey(keys.GetPrivateKey(0)); in TEST() local
163 auto ecdh = EcdhKeyAgreement::CreateFromKeypair(keys.GetPrivateKey(0), in TEST() local
Decdh_key_agreement.cc79 auto ecdh = CreateFromPrivateKey(private_key); in CreateFromKeypair() local
/external/rust/crates/ring/src/ec/suite_b/
Decdh.rs21 macro_rules! ecdh { macro
80 fn ecdh( in ecdh() function
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Ddebug.h55 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) \ argument
67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) argument
/external/mbedtls/include/mbedtls/
Ddebug.h55 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) \ argument
67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) argument
/external/openthread/third_party/mbedtls/repo/library/
Ddebug.c341 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
370 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
Dpsa_crypto.c4828 mbedtls_ecdh_context ecdh; in psa_key_agreement_ecdh() local
/external/mbedtls/library/
Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
Dpsa_crypto_ecp.c509 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
Dlib.rs62 pub mod ecdh; module
/external/openthread/third_party/mbedtls/repo/programs/test/
Dbenchmark.c276 rsa, dhm, ecdsa, ecdh; member
901 mbedtls_ecdh_context ecdh; in main() local
/external/rust/crates/ring/src/ec/
Dsuite_b.rs233 pub mod ecdh; module
/external/rust/crates/ring/src/
Dagreement.rs73 pub(crate) ecdh: fn( field
/external/mbedtls/programs/test/
Dbenchmark.c506 rsa, dhm, ecdsa, ecdh; member
1103 mbedtls_ecdh_context ecdh; in main() local
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c165 EC_KEY *ecdh, *EC_key = NULL; local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c2091 struct crypto_ecdh *ecdh = NULL; in _crypto_ecdh_init() local
2183 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2199 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2231 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2290 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c2618 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2705 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() local
2749 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2832 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2971 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2981 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dtls_openssl.c3273 EC_KEY *ecdh; in tls_set_conn_flags() local
/external/wpa_supplicant_8/src/pasn/
Dpasn_common.h59 struct crypto_ecdh *ecdh; member
/external/boringssl/src/rust/bssl-crypto/src/
Dlib.rs45 pub mod ecdh; module
/external/cronet/third_party/netty-tcnative/src/c/
Dsslcontext.c286 EC_KEY *ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in TCN_IMPLEMENT_CALL() local
/external/wpa_supplicant_8/src/common/
Ddpp_crypto.c505 struct crypto_ecdh *ecdh; in dpp_ecdh() local
Ddpp.h705 struct crypto_ecdh *ecdh; member
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc791 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in populate_ssl_context() local
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc812 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in populate_ssl_context() local

12