Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/include/crypto/
HDdh.h50 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf, size_t size,
/freebsd-14-stable/crypto/openssl/crypto/dh/
HDdh_key.c412 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, in ossl_dh_key2buf() function
HDdh_ameth.c413 return ossl_dh_key2buf(dh, arg2, 0, 1); in dh_pkey_ctrl()
/freebsd-14-stable/crypto/openssl/providers/implementations/keymgmt/
HDdh_kmgmt.c331 p->return_size = ossl_dh_key2buf(dh, (unsigned char **)&p->data, in dh_get_params()
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDctrl_params_translate.c1619 ctx->sz = ossl_dh_key2buf(EVP_PKEY_get0_DH(pkey), &buf, 0, 1); in get_payload_public_key()