Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_ameth.c284 update_buflen(const BIGNUM *b, size_t *pbuflen) in update_buflen() argument
290 if (*pbuflen < (i = (size_t)BN_num_bytes(b))) in update_buflen()
291 *pbuflen = i; in update_buflen()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c374 update_buflen(const BIGNUM *b, size_t *pbuflen) in update_buflen() argument
380 if (*pbuflen < (i = (size_t)BN_num_bytes(b))) in update_buflen()
381 *pbuflen = i; in update_buflen()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c411 update_buflen(const BIGNUM *b, size_t *pbuflen) in update_buflen() argument
417 if (*pbuflen < (i = (size_t)BN_num_bytes(b))) in update_buflen()
418 *pbuflen = i; in update_buflen()