Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Ddh.h49 int ossl_dh_buf2key(DH *key, const unsigned char *buf, size_t len);
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddh_kmgmt.c375 || !ossl_dh_buf2key(dh, p->data, p->data_size))) in dh_set_params()