Searched refs:ossl_dh_key2buf (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | dh.h | 50 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf, size_t size,
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_key.c | 412 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, in ossl_dh_key2buf() function
|
H A D | dh_ameth.c | 413 return ossl_dh_key2buf(dh, arg2, 0, 1); in dh_pkey_ctrl()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 331 p->return_size = ossl_dh_key2buf(dh, (unsigned char **)&p->data, in dh_get_params()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1615 ctx->sz = ossl_dh_key2buf(EVP_PKEY_get0_DH(pkey), &buf, 0, 1); in get_payload_public_key()
|