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