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