Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 – 25 of 35) 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/android-crates-io/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.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.c544 mbedtls_ecdh_context ecdh; in mbedtls_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/rust/android-crates-io/crates/ring/src/ec/
Dsuite_b.rs233 pub mod ecdh; module
/external/rust/android-crates-io/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
Dlib.rs431 pub mod ecdh; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
Dlib.rs431 pub mod ecdh; module
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c165 EC_KEY *ecdh, *EC_key = NULL; local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_wolfssl.c2095 struct crypto_ecdh *ecdh = NULL; in _crypto_ecdh_init() local
2187 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2203 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2235 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2294 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c2736 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2827 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() local
2871 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2954 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
3095 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
3105 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
/external/wpa_supplicant_8/src/pasn/
Dpasn_common.h86 struct crypto_ecdh *ecdh; member
/external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/
Dlib.rs45 pub mod ecdh; module
/external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/
Dlib.rs45 pub mod ecdh; module
/external/boringssl/src/rust/bssl-crypto/src/
Dlib.rs48 pub mod ecdh; module
/external/openthread/third_party/mbedtls/repo/programs/test/
Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member
/external/cronet/tot/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/cronet/stable/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

12