Searched refs:bn2binpad (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_lib.c | 543 static int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, in bn2binpad() function 630 return bn2binpad(a, to, tolen, BIG, UNSIGNED); in BN_bn2binpad() 637 return bn2binpad(a, to, tolen, BIG, SIGNED); in BN_signed_bn2bin() 642 return bn2binpad(a, to, -1, BIG, UNSIGNED); in BN_bn2bin() 659 return bn2binpad(a, to, tolen, LITTLE, UNSIGNED); in BN_bn2lebinpad() 666 return bn2binpad(a, to, tolen, LITTLE, SIGNED); in BN_signed_bn2lebin()
|