Searched refs:BN_print_fp (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 358 BN_print_fp(fp, a.get()); in test_add() 360 BN_print_fp(fp, b.get()); in test_add() 362 BN_print_fp(fp, c.get()); in test_add() 406 BN_print_fp(fp, a.get()); in test_sub() 408 BN_print_fp(fp, b.get()); in test_sub() 410 BN_print_fp(fp, c.get()); in test_sub() 462 BN_print_fp(fp, a.get()); in test_div() 464 BN_print_fp(fp, b.get()); in test_div() 466 BN_print_fp(fp, d.get()); in test_div() 469 BN_print_fp(fp, a.get()); in test_div() [all …]
|
D | convert.c | 501 int BN_print_fp(FILE *fp, const BIGNUM *a) { in BN_print_fp() function
|
/external/boringssl/src/crypto/dh/ |
D | dh_test.cc | 134 BN_print_fp(stdout, a->p); in RunBasicTests() 136 BN_print_fp(stdout, a->g); in RunBasicTests() 154 BN_print_fp(stdout, a->priv_key); in RunBasicTests() 156 BN_print_fp(stdout, a->pub_key); in RunBasicTests() 163 BN_print_fp(stdout, b->priv_key); in RunBasicTests() 165 BN_print_fp(stdout, b->pub_key); in RunBasicTests()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 296 OPENSSL_EXPORT int BN_print_fp(FILE *fp, const BIGNUM *a);
|