Home
last modified time | relevance | path

Searched refs:BN_CTX_new (Results 1 – 25 of 40) sorted by relevance

12

/mirbsd/src/lib/libssl/src/doc/crypto/
DBN_CTX_new.pod5 BN_CTX_new, BN_CTX_init, BN_CTX_free - allocate and free BN_CTX structures
11 BN_CTX *BN_CTX_new(void);
24 BN_CTX_new() allocates and initializes a B<BN_CTX>
29 created by BN_CTX_new(), also the structure itself.
37 BN_CTX_new() returns a pointer to the B<BN_CTX>. If the allocation fails,
50 BN_CTX_new() and BN_CTX_free() are available in all versions on SSLeay
DBN_CTX_start.pod20 a B<BN_CTX> (which can been created by using L<BN_CTX_new(3)|BN_CTX_new(3)>)
46 L<BN_CTX_new(3)|BN_CTX_new(3)>
DBN_add.pod101 temporary variables; see L<BN_CTX_new(3)|BN_CTX_new(3)>.
114 L<bn(3)|bn(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<BN_CTX_new(3)|BN_CTX_new(3)>,
DBN_mod_mul_reciprocal.pod73 L<BN_CTX_new(3)|BN_CTX_new(3)>
DBN_mod_mul_montgomery.pod91 L<BN_CTX_new(3)|BN_CTX_new(3)>
Dbn.pod17 BN_CTX *BN_CTX_new(void);
149 L<BN_new(3)|BN_new(3)>, L<BN_CTX_new(3)|BN_CTX_new(3)>,
/mirbsd/src/lib/libssl/src/crypto/dsa/
Ddsa_gen.c115 if ((ctx=BN_CTX_new()) == NULL) goto err; in DSA_generate_parameters()
116 if ((ctx2=BN_CTX_new()) == NULL) goto err; in DSA_generate_parameters()
117 if ((ctx3=BN_CTX_new()) == NULL) goto err; in DSA_generate_parameters()
Ddsa_ossl.c128 ctx=BN_CTX_new(); in dsa_do_sign()
189 if ((ctx=BN_CTX_new()) == NULL) goto err; in dsa_sign_setup()
293 if ((ctx=BN_CTX_new()) == NULL) goto err; in dsa_do_verify()
Ddsa_key.c74 if ((ctx=BN_CTX_new()) == NULL) goto err; in DSA_generate_key()
/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa_gen.c76 ctx=BN_CTX_new(); in RSA_generate_key()
78 ctx2=BN_CTX_new(); in RSA_generate_key()
Drsa_eay.c184 if ((ctx=BN_CTX_new()) == NULL) goto err; in RSA_eay_public_encrypt()
364 if ((ctx=BN_CTX_new()) == NULL) goto err; in RSA_eay_private_encrypt()
505 ctx=BN_CTX_new(); in RSA_eay_private_decrypt()
671 ctx=BN_CTX_new(); in RSA_eay_public_decrypt()
754 if ((ctx=BN_CTX_new()) == NULL) goto err; in RSA_eay_mod_exp()
Drsa_chk.c68 ctx = BN_CTX_new(); in RSA_check_key()
/mirbsd/src/lib/libssl/src/crypto/dh/
Ddh_key.c111 ctx = BN_CTX_new(); in generate_key()
190 ctx = BN_CTX_new(); in compute_key()
Ddh_check.c83 ctx=BN_CTX_new(); in DH_check()
Ddh_gen.c102 ctx=BN_CTX_new(); in DH_generate_parameters()
/mirbsd/src/usr.bin/dc/
Dbcode.c372 ctx = BN_CTX_new(); in scale_number()
409 ctx = BN_CTX_new(); in split_number()
1016 ctx = BN_CTX_new(); in bmul_number()
1078 ctx = BN_CTX_new(); in bdiv()
1116 ctx = BN_CTX_new(); in bmod()
1156 ctx = BN_CTX_new(); in bdivmod()
1254 ctx = BN_CTX_new(); in bexp()
1317 ctx = BN_CTX_new(); in bsqrt()
/mirbsd/src/lib/libssl/src/crypto/bn/
Ddivtest.c26 BN_CTX *ctx=BN_CTX_new(); in main()
Dbn_ctx.c69 BN_CTX *BN_CTX_new(void) in BN_CTX_new() function
Dbn_prime.c144 ctx=BN_CTX_new(); in BN_generate_prime()
251 if ((ctx=BN_CTX_new()) == NULL) in BN_is_prime_fasttest()
Dexptest.c88 ctx=BN_CTX_new(); in main()
Dbnspeed.c175 ctx=BN_CTX_new(); in main()
Dexpspeed.c212 ctx=BN_CTX_new(); in main()
/mirbsd/src/usr.bin/ssh/
Drsa.c136 if ((ctx = BN_CTX_new()) == NULL) in rsa_generate_additional_parameters()
Dauth-rsa.c77 if ((ctx = BN_CTX_new()) == NULL) in auth_rsa_generate_challenge()
/mirbsd/src/lib/libssl/src/crypto/engine/
Dhw_cswift.c742 if((ctx = BN_CTX_new()) == NULL) in cswift_rsa_mod_exp()
802 if((ctx = BN_CTX_new()) == NULL) in cswift_dsa_sign()
914 if((ctx = BN_CTX_new()) == NULL) in cswift_dsa_verify()

12