Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A 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
H A Decdh_key_agreement.cc79 auto ecdh = CreateFromPrivateKey(private_key); in CreateFromKeypair() local
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/
Dx25519.go5 package ecdh package
77 func (c *x25519Curve) ecdh(local *PrivateKey, remote *PublicKey) ([]byte, error) { func
Dnist.go5 package ecdh package
191 func (c *nistCurve[Point]) ecdh(local *PrivateKey, remote *PublicKey) ([]byte, error) { func
Decdh.go7 package ecdh package
52 ecdh(local *PrivateKey, remote *PublicKey) ([]byte, error) methodSpec
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/
Decdh.rs21 macro_rules! ecdh { macro
80 fn ecdh( in ecdh() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddebug.h55 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) \ argument
67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) argument
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddebug.h55 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) \ argument
67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) argument
/aosp_15_r20/external/mbedtls/library/
H A Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
H A Dpsa_crypto_ecp.c509 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
H A Dpsa_crypto_ecp.c544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A 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()
H A Dcrypto_openssl.c2637 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2724 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() local
2768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2851 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2992 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
3002 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c506 rsa, dhm, ecdsa, ecdh; member
1103 mbedtls_ecdh_context ecdh; in main() local
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/
H A Dlib.rs18 pub mod ecdh; module
118 let ecdh = Ecdh::new(cipher_suite)?; in cipher_suite_provider() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/
Dsuite_b.rs233 pub mod ecdh; module
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dagreement.rs73 pub(crate) ecdh: fn( field
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
H A Dlib.rs431 pub mod ecdh; module
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c165 EC_KEY *ecdh, *EC_key = NULL; local
/aosp_15_r20/external/wpa_supplicant_8/src/pasn/
H A Dpasn_common.h85 struct crypto_ecdh *ecdh; member
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Dlib.rs45 pub mod ecdh; module
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Dlib.rs45 pub mod ecdh; module
/aosp_15_r20/system/authgraph/core/src/
H A Dtraits.rs37 pub ecdh: Box<dyn EcDh>, field
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member

12