Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-6.6/include/crypto/
H A Decdh.h36 struct ecdh { struct
/kernel/linux/linux-5.10/include/crypto/
H A Decdh.h37 struct ecdh { struct
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdh_ossl.c28 ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_compute_key() argument
49 ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_simple_compute_key() argument
H A Dec_kmeth.c224 EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, int (*ckey)(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_set_compute_key() argument
298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
/third_party/openssl/crypto/ec/
H A Decdh_ossl.c28 ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_compute_key() argument
49 ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_simple_compute_key() argument
H A Dec_kmeth.c224 EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, int (*ckey)(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_set_compute_key() argument
298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
/kernel/linux/linux-5.10/crypto/
H A Decdh.c143 static struct kpp_alg ecdh = { variable
/third_party/mbedtls/library/
H A Dpsa_crypto_ecp.c544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
H A Ddebug.c417 mbedtls_debug_printf_ecdh_internal(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const mbedtls_ecdh_context *ecdh, mbedtls_debug_ecdh_attr attr) mbedtls_debug_printf_ecdh_internal() argument
447 mbedtls_debug_printf_ecdh(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const mbedtls_ecdh_context *ecdh, mbedtls_debug_ecdh_attr attr) mbedtls_debug_printf_ecdh() argument
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c165 EC_KEY *ecdh, *EC_key = NULL; local
/third_party/node/src/crypto/
H A Dcrypto_ec.cc160 ECDH* ecdh; in GenerateKeys() local
201 ECDH* ecdh; in ComputeSecret() local
245 ECDH* ecdh; GetPublicKey() local
268 ECDH* ecdh; GetPrivateKey() local
294 ECDH* ecdh; SetPrivateKey() local
350 ECDH* ecdh; SetPublicKey() local
[all...]
/third_party/mbedtls/programs/test/
H A Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member
/third_party/nghttp2/examples/
H A Dlibevent-server.c162 EC_KEY *ecdh; in create_ssl_ctx() local
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c126 struct hpre_ecdh_ctx ecdh; member
141 struct kpp_request *ecdh; member
[all...]
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1013 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in create_ssl_context() local
1309 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in create_quic_ssl_context() local
H A DHttpServer.cc2171 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in run() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1971 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2028 crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) crypto_ecdh_get_pubkey() argument
2088 crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, const u8 *key, size_t len) crypto_ecdh_set_peerkey() argument
2183 crypto_ecdh_deinit(struct crypto_ecdh *ecdh) crypto_ecdh_deinit() argument
[all...]
H A Dcrypto_wolfssl.c1728 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init() local
1759 crypto_ecdh_deinit(struct crypto_ecdh *ecdh) crypto_ecdh_deinit() argument
1768 crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) crypto_ecdh_get_pubkey() argument
1800 crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, const u8 *key, size_t len) crypto_ecdh_set_peerkey() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h95 struct crypto_ecdh *ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c484 struct crypto_ecdh *ecdh; in dpp_ecdh() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_wolfssl.c1710 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init() local
1741 crypto_ecdh_deinit(struct crypto_ecdh *ecdh) crypto_ecdh_deinit() argument
1750 crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) crypto_ecdh_get_pubkey() argument
1782 crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, const u8 *key, size_t len) crypto_ecdh_set_peerkey() argument
1829 crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) crypto_ecdh_prime_len() argument
[all...]
H A Dcrypto_openssl.c2059 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2118 struct crypto_ecdh *ecdh; crypto_ecdh_init2() local
2142 crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) crypto_ecdh_get_pubkey() argument
2202 crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, const u8 *key, size_t len) crypto_ecdh_set_peerkey() argument
2297 crypto_ecdh_deinit(struct crypto_ecdh *ecdh) crypto_ecdh_deinit() argument
2307 crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) crypto_ecdh_prime_len() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h487 struct crypto_ecdh *ecdh; member
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c94 int ecdh; member
/third_party/openssl/apps/
H A Dspeed.c94 int ecdh; member

Completed in 43 milliseconds

12