Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decdh_ossl.c29 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 Dec_kmeth.c228 const EC_KEY *ecdh)) in EC_KEY_METHOD_set_compute_key()
302 const EC_KEY *ecdh)) in EC_KEY_METHOD_get_compute_key()
/freebsd/contrib/libfido2/src/
H A Dpin.c150 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 Decdh.c117 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 Dassert.c82 fido_dev_get_assert_tx(fido_dev_t * dev,fido_assert_t * assert,const es256_pk_t * pk,const fido_blob_t * ecdh,const char * pin,int * ms) fido_dev_get_assert_tx() argument
265 fido_dev_get_assert_wait(fido_dev_t * dev,fido_assert_t * assert,const es256_pk_t * pk,const fido_blob_t * ecdh,const char * pin,int * ms) fido_dev_get_assert_wait() argument
307 fido_blob_t *ecdh = NULL; fido_dev_get_assert() local
[all...]
H A Dconfig.c49 fido_blob_t *ecdh = NULL, f, hmac; in config_tx() local
H A Dbio.c66 fido_blob_t *ecdh = NULL; in bio_tx() local
470 fido_blob_t *ecdh = NULL; in fido_bio_dev_enroll_begin() local
H A Des256.c71 es256_pk_encode(const es256_pk_t *pk, int ecdh) in es256_pk_encode()
H A Dcbor.c785 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 Dcredman.c119 fido_blob_t *ecdh = NULL; in credman_tx() local
H A Dlargeblob.c553 fido_blob_t *ecdh = NULL; in largeblob_get_uv_token() local
H A Dcred.c55 fido_blob_t *ecdh = NULL; in fido_dev_make_cred_tx() local
/freebsd/contrib/wpa/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()
H A Dtls_openssl.c3222 EC_KEY *ecdh; in tls_set_conn_flags() local
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.h84 struct crypto_ecdh *ecdh; member
/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c60 } ecdh; member
/freebsd/contrib/unbound/util/
H A Dnet_help.c1226 EC_KEY *ecdh = EC_KEY_new_by_curve_name (NID_X9_62_prime256v1); listen_sslctx_setup_2() local
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c505 struct crypto_ecdh *ecdh; in dpp_ecdh() local
H A Ddpp.h700 struct crypto_ecdh *ecdh; member
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument
1342 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
H A Dssl.h1412 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument
1414 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
/freebsd/crypto/openssl/apps/
H A Dspeed.c94 int ecdh; member