/freebsd-src/crypto/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 29 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key() 50 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_simple_compute_key()
|
H A D | ec_kmeth.c | 228 const EC_KEY *ecdh)) in EC_KEY_METHOD_set_compute_key() 302 const EC_KEY *ecdh)) in EC_KEY_METHOD_get_compute_key()
|
/freebsd-src/contrib/libfido2/src/ |
H A D | pin.c | 150 ctap20_uv_token_tx(fido_dev_t *dev, const char *pin, const fido_blob_t *ecdh, in ctap20_uv_token_tx() 207 ctap21_uv_token_tx(fido_dev_t *dev, const char *pin, const fido_blob_t *ecdh, in ctap21_uv_token_tx() 285 uv_token_rx(fido_dev_t *dev, const fido_blob_t *ecdh, fido_blob_t *token, in uv_token_rx() 331 const fido_blob_t *ecdh, const es256_pk_t *pk, const char *rpid, in uv_token_wait() 350 const fido_blob_t *ecdh, const es256_pk_t *pk, const char *rpid, in fido_dev_get_uv_token() 362 fido_blob_t *ecdh = NULL; in fido_dev_change_pin_tx() local 433 fido_blob_t *ecdh = NULL; in fido_dev_set_pin_tx() local 694 const es256_pk_t *pk, const fido_blob_t *ecdh, const char *pin, in cbor_add_uv_params()
|
H A D | ecdh.c | 117 fido_blob_t **ecdh) in do_ecdh() 168 fido_do_ecdh(fido_dev_t *dev, es256_pk_t **pk, fido_blob_t **ecdh, int *ms) in fido_do_ecdh()
|
H A D | assert.c | 86 const es256_pk_t *pk, const fido_blob_t *ecdh, const char *pin, int *ms) in fido_dev_get_assert_tx() 269 const es256_pk_t *pk, const fido_blob_t *ecdh, const char *pin, int *ms) in fido_dev_get_assert_wait() 311 fido_blob_t *ecdh = NULL; in fido_dev_get_assert() local
|
H A D | config.c | 49 fido_blob_t *ecdh = NULL, f, hmac; in config_tx() local
|
H A D | bio.c | 66 fido_blob_t *ecdh = NULL; in bio_tx() local 470 fido_blob_t *ecdh = NULL; in fido_bio_dev_enroll_begin() local
|
H A D | es256.c | 71 es256_pk_encode(const es256_pk_t *pk, int ecdh) in es256_pk_encode()
|
H A D | cbor.c | 785 const fido_blob_t *ecdh, const es256_pk_t *pk, const fido_blob_t *salt) in cbor_encode_hmac_secret_param() 871 const fido_blob_t *ecdh, const es256_pk_t *pk) in cbor_encode_assert_ext()
|
H A D | largeblob.c | 553 fido_blob_t *ecdh = NULL; in largeblob_get_uv_token() local
|
H A D | credman.c | 119 fido_blob_t *ecdh = NULL; in credman_tx() local
|
H A D | cred.c | 55 fido_blob_t *ecdh = NULL; in fido_dev_make_cred_tx() local
|
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | crypto_wolfssl.c | 1701 struct crypto_ecdh *ecdh = NULL; crypto_ecdh_init() local 1732 crypto_ecdh_deinit(struct crypto_ecdh * ecdh) crypto_ecdh_deinit() argument 1741 crypto_ecdh_get_pubkey(struct crypto_ecdh * ecdh,int inc_y) crypto_ecdh_get_pubkey() argument 1773 crypto_ecdh_set_peerkey(struct crypto_ecdh * ecdh,int inc_y,const u8 * key,size_t len) crypto_ecdh_set_peerkey() argument 1820 crypto_ecdh_prime_len(struct crypto_ecdh * ecdh) crypto_ecdh_prime_len() argument [all...] |
H A D | crypto_openssl.c | 2038 struct crypto_ecdh *ecdh; crypto_ecdh_init() local 2097 struct crypto_ecdh *ecdh; crypto_ecdh_init2() local 2121 crypto_ecdh_get_pubkey(struct crypto_ecdh * ecdh,int inc_y) crypto_ecdh_get_pubkey() argument 2181 crypto_ecdh_set_peerkey(struct crypto_ecdh * ecdh,int inc_y,const u8 * key,size_t len) crypto_ecdh_set_peerkey() argument 2276 crypto_ecdh_deinit(struct crypto_ecdh * ecdh) crypto_ecdh_deinit() argument 2286 crypto_ecdh_prime_len(struct crypto_ecdh * ecdh) crypto_ecdh_prime_len() argument [all...] |
H A D | tls_openssl.c | 3067 EC_KEY *ecdh; tls_set_conn_flags() local
|
/freebsd-src/crypto/heimdal/kdc/ |
H A D | pkinit.c | 60 } ecdh; member
|
/freebsd-src/contrib/unbound/util/ |
H A D | net_help.c | 1211 EC_KEY *ecdh = EC_KEY_new_by_curve_name (NID_X9_62_prime256v1); listen_sslctx_setup_2() local
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | sta_info.h | 95 struct crypto_ecdh *ecdh; global() member
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 484 struct crypto_ecdh *ecdh; dpp_ecdh() local [all...] |
H A D | dpp.h | 630 struct crypto_ecdh *ecdh; global() member
|
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument 1342 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
|
H A D | ssl.h | 1412 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument 1414 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
|
/freebsd-src/crypto/openssl/apps/ |
H A D | speed.c | 94 int ecdh; member
|
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 570 struct crypto_ecdh *ecdh; global() member
|