/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | ecdh_key_agreement_test.cc | 61 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 D | ecdh_key_agreement.cc | 79 auto ecdh = CreateFromPrivateKey(private_key); in CreateFromKeypair() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/ |
D | x25519.go | 5 package ecdh package 77 func (c *x25519Curve) ecdh(local *PrivateKey, remote *PublicKey) ([]byte, error) { func
|
D | nist.go | 5 package ecdh package 191 func (c *nistCurve[Point]) ecdh(local *PrivateKey, remote *PublicKey) ([]byte, error) { func
|
D | ecdh.go | 7 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/ |
D | ecdh.rs | 21 macro_rules! ecdh { macro 80 fn ecdh( in ecdh() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | debug.h | 55 #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 D | debug.h | 55 #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 D | debug.c | 420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() 449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
|
H A D | psa_crypto_ecp.c | 509 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | debug.c | 420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() 449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
|
H A D | psa_crypto_ecp.c | 544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_wolfssl.c | 2091 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 D | crypto_openssl.c | 2637 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 D | benchmark.c | 506 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 D | lib.rs | 18 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/ |
D | suite_b.rs | 233 pub mod ecdh; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | agreement.rs | 73 pub(crate) ecdh: fn( field
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/ |
H A D | lib.rs | 431 pub mod ecdh; module
|
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 165 EC_KEY *ecdh, *EC_key = NULL; local
|
/aosp_15_r20/external/wpa_supplicant_8/src/pasn/ |
H A D | pasn_common.h | 85 struct crypto_ecdh *ecdh; member
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | lib.rs | 45 pub mod ecdh; module
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | lib.rs | 45 pub mod ecdh; module
|
/aosp_15_r20/system/authgraph/core/src/ |
H A D | traits.rs | 37 pub ecdh: Box<dyn EcDh>, field
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 513 rsa, dhm, ecdsa, ecdh; member
|