Home
last modified time | relevance | path

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

/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() argument
428 if (pbuf_out != NULL && (alloc || *pbuf_out != NULL)) { in ossl_dh_key2buf()
431 pbuf = *pbuf_out; in ossl_dh_key2buf()
450 *pbuf_out = pbuf; in ossl_dh_key2buf()