| /kernel/linux/linux-6.6/include/crypto/ |
| H A D | ecdh.h | 36 struct ecdh { struct
|
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | ecdh.h | 37 struct ecdh { struct
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecdh_ossl.c | 28 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 D | ec_kmeth.c | 224 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 D | ecdh_ossl.c | 28 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 D | ec_kmeth.c | 224 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 D | ecdh.c | 143 static struct kpp_alg ecdh = { variable
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_ecp.c | 544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
|
| H A D | debug.c | 417 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 D | openssl-server.c | 165 EC_KEY *ecdh, *EC_key = NULL; local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_ec.cc | 160 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 D | benchmark.c | 513 rsa, dhm, ecdsa, ecdh; member
|
| /third_party/nghttp2/examples/ |
| H A D | libevent-server.c | 162 EC_KEY *ecdh; in create_ssl_ctx() local
|
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 126 struct hpre_ecdh_ctx ecdh; member 141 struct kpp_request *ecdh; member [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_tls.cc | 1013 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 D | HttpServer.cc | 2171 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 D | crypto_openssl.c | 1971 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 D | crypto_wolfssl.c | 1728 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 D | sta_info.h | 95 struct crypto_ecdh *ecdh; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_crypto.c | 484 struct crypto_ecdh *ecdh; in dpp_ecdh() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_wolfssl.c | 1710 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 D | crypto_openssl.c | 2059 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 D | dpp.h | 487 struct crypto_ecdh *ecdh; member
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | speed.c | 94 int ecdh; member
|
| /third_party/openssl/apps/ |
| H A D | speed.c | 94 int ecdh; member
|