Home
last modified time | relevance | path

Searched refs:ossl_dh_key2buf (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Ddh.h50 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf, size_t size,
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c412 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, in ossl_dh_key2buf() function
H A Ddh_ameth.c413 return ossl_dh_key2buf(dh, arg2, 0, 1); in dh_pkey_ctrl()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c331 p->return_size = ossl_dh_key2buf(dh, (unsigned char **)&p->data, in dh_get_params()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1615 ctx->sz = ossl_dh_key2buf(EVP_PKEY_get0_DH(pkey), &buf, 0, 1); in get_payload_public_key()