Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds