Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Ddh.h49 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf, size_t size,
/openssl-master/crypto/dh/
A Ddh_key.c404 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, in ossl_dh_key2buf() function
A Ddh_ameth.c403 return ossl_dh_key2buf(EVP_PKEY_get0_DH(pkey), arg2, 0, 1); in dh_pkey_ctrl()
/openssl-master/providers/implementations/keymgmt/
A Ddh_kmgmt.c299 p->return_size = ossl_dh_key2buf(dh, (unsigned char **)&p->data, in dh_get_params()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c1584 ctx->sz = ossl_dh_key2buf(EVP_PKEY_get0_DH(pkey), &buf, 0, 1); in get_payload_public_key()

Completed in 15 milliseconds