Searched refs:BN_print_fp (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 366 BN_print_fp(fp, a.get()); in test_add() 368 BN_print_fp(fp, b.get()); in test_add() 370 BN_print_fp(fp, c.get()); in test_add() 414 BN_print_fp(fp, a.get()); in test_sub() 416 BN_print_fp(fp, b.get()); in test_sub() 418 BN_print_fp(fp, c.get()); in test_sub() 460 BN_print_fp(fp, a.get()); in test_div() 462 BN_print_fp(fp, b.get()); in test_div() 464 BN_print_fp(fp, d.get()); in test_div() 467 BN_print_fp(fp, a.get()); in test_div() [all …]
|
D | convert.c | 477 int BN_print_fp(FILE *fp, const BIGNUM *a) { in BN_print_fp() function
|
/external/boringssl/src/crypto/dh/ |
D | dh_test.cc | 135 BN_print_fp(stdout, a->p); in RunBasicTests() 137 BN_print_fp(stdout, a->g); in RunBasicTests() 155 BN_print_fp(stdout, a->priv_key); in RunBasicTests() 157 BN_print_fp(stdout, a->pub_key); in RunBasicTests() 164 BN_print_fp(stdout, b->priv_key); in RunBasicTests() 166 BN_print_fp(stdout, b->pub_key); in RunBasicTests()
|
/external/openssh/ |
D | kexdhc.c | 85 BN_print_fp(stderr, kex->dh->pub_key); in kexdh_client() 139 BN_print_fp(stderr, dh_server_pub); in input_kex_dh()
|
D | kexdhs.c | 124 BN_print_fp(stderr, dh_client_pub); in input_kex_dh_init() 132 BN_print_fp(stderr, kex->dh->pub_key); in input_kex_dh_init()
|
D | kexgexs.c | 183 BN_print_fp(stderr, dh_client_pub); in input_kex_dh_gex_init() 191 BN_print_fp(stderr, kex->dh->pub_key); in input_kex_dh_gex_init()
|
D | kexgexc.c | 138 BN_print_fp(stderr, kex->dh->pub_key); in input_kex_dh_gex_group() 201 BN_print_fp(stderr, dh_server_pub); in input_kex_dh_gex_reply()
|
D | moduli.c | 172 if (BN_print_fp(ofile, omodulus) < 1) in qfileout()
|
D | sshkey.c | 3019 BN_print_fp(stderr, x); in sshkey_dump_ec_point() 3021 BN_print_fp(stderr, y); in sshkey_dump_ec_point() 3037 BN_print_fp(stderr, EC_KEY_get0_private_key(key)); in sshkey_dump_ec_key()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 292 OPENSSL_EXPORT int BN_print_fp(FILE *fp, const BIGNUM *a);
|