Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_lib.c617 bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianness_t endianness) in bn2binpad() function
677 return bn2binpad(a, to, tolen, big); in BN_bn2binpad()
683 return bn2binpad(a, to, -1, big); in BN_bn2bin()
746 return bn2binpad(a, to, tolen, little); in BN_bn2lebinpad()