Home
last modified time | relevance | path

Searched refs:ossl_dh_buf2key (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Ddh.h49 int ossl_dh_buf2key(DH *key, const unsigned char *buf, size_t len);
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c384 int ossl_dh_buf2key(DH *dh, const unsigned char *buf, size_t len) in ossl_dh_buf2key() function
H A Ddh_ameth.c408 return ossl_dh_buf2key(dh, arg2, arg1); in dh_pkey_ctrl()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c375 || !ossl_dh_buf2key(dh, p->data, p->data_size))) in dh_set_params()