Searched refs:BN_print (Results 1 – 14 of 14) sorted by relevance
/external/openssl/crypto/bn/ |
D | bntest.c | 337 BN_print(bp,&a); in test_add() 339 BN_print(bp,&b); in test_add() 342 BN_print(bp,&c); in test_add() 390 BN_print(bp,&a); in test_sub() 392 BN_print(bp,&b); in test_sub() 395 BN_print(bp,&c); in test_sub() 441 BN_print(bp,&a); in test_div() 443 BN_print(bp,&b); in test_div() 446 BN_print(bp,&d); in test_div() 451 BN_print(bp,&a); in test_div() [all …]
|
D | exptest.c | 171 printf("a (%3d) = ",BN_num_bits(a)); BN_print(out,a); in main() 172 printf("\nb (%3d) = ",BN_num_bits(b)); BN_print(out,b); in main() 173 printf("\nm (%3d) = ",BN_num_bits(m)); BN_print(out,m); in main() 174 printf("\nsimple ="); BN_print(out,r_simple); in main() 175 printf("\nrecp ="); BN_print(out,r_recp); in main() 176 printf("\nmont ="); BN_print(out,r_mont); in main() 177 printf("\nmont_ct ="); BN_print(out,r_mont_const); in main()
|
D | bn_print.c | 307 ret=BN_print(b,a); in BN_print_fp() 313 int BN_print(BIO *bp, const BIGNUM *a) in BN_print() function
|
D | bn.h | 491 int BN_print(BIO *fp, const BIGNUM *a); 493 int BN_print(void *fp, const BIGNUM *a);
|
/external/openssl/crypto/ecdh/ |
D | ecdhtest.c | 168 BN_print(out,a->priv_key); in test_ecdh_curve() 170 BN_print(out,x_a); in test_ecdh_curve() 172 BN_print(out,y_a); in test_ecdh_curve() 194 BN_print(out,b->priv_key); in test_ecdh_curve() 196 BN_print(out,x_b); in test_ecdh_curve() 198 BN_print(out,y_b); in test_ecdh_curve() 245 BN_print(out, EC_KEY_get0_private_key(a)); in test_ecdh_curve() 248 BN_print(out, x_a); in test_ecdh_curve() 250 BN_print(out, y_a); in test_ecdh_curve() 253 BN_print(out, EC_KEY_get0_private_key(b)); in test_ecdh_curve() [all …]
|
/external/openssl/crypto/dh/ |
D | dhtest.c | 136 BN_print(out,a->p); in main() 138 BN_print(out,a->g); in main() 154 BN_print(out,a->priv_key); in main() 156 BN_print(out,a->pub_key); in main() 161 BN_print(out,b->priv_key); in main() 163 BN_print(out,b->pub_key); in main()
|
/external/openssl/apps/ |
D | dh.c | 255 BN_print(stdout,dh->p); in MAIN() 257 BN_print(stdout,dh->g); in MAIN()
|
D | prime.c | 116 BN_print(bio_out,bn); in MAIN()
|
D | dsa.c | 311 BN_print(out,dsa->pub_key); in MAIN()
|
D | rsa.c | 311 BN_print(out,rsa->n); in MAIN()
|
D | x509.c | 791 BN_print(STDout,pkey->pkey.rsa->n); in MAIN() 796 BN_print(STDout,pkey->pkey.dsa->pub_key); in MAIN()
|
D | req.c | 1129 BN_print(out,tpubkey->pkey.rsa->n); in MAIN()
|
D | speed.c | 1316 BN_print(bio_err,rsa_key[i]->e); in MAIN()
|
/external/openssl/include/openssl/ |
D | bn.h | 491 int BN_print(BIO *fp, const BIGNUM *a); 493 int BN_print(void *fp, const BIGNUM *a);
|