Searched refs:bn2binpad (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 482 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) in bn2binpad() function 536 return bn2binpad(a, to, tolen, big); in BN_bn2binpad() 541 return bn2binpad(a, to, -1, big); in BN_bn2bin() 595 return bn2binpad(a, to, tolen, little); in BN_bn2lebinpad()
|