Searched refs:BN_CTX_new (Results 1 – 25 of 40) sorted by relevance
12
5 BN_CTX_new, BN_CTX_init, BN_CTX_free - allocate and free BN_CTX structures11 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
20 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)>
101 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)>,
73 L<BN_CTX_new(3)|BN_CTX_new(3)>
91 L<BN_CTX_new(3)|BN_CTX_new(3)>
17 BN_CTX *BN_CTX_new(void);149 L<BN_new(3)|BN_new(3)>, L<BN_CTX_new(3)|BN_CTX_new(3)>,
115 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()
128 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()
74 if ((ctx=BN_CTX_new()) == NULL) goto err; in DSA_generate_key()
76 ctx=BN_CTX_new(); in RSA_generate_key()78 ctx2=BN_CTX_new(); in RSA_generate_key()
184 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()
68 ctx = BN_CTX_new(); in RSA_check_key()
111 ctx = BN_CTX_new(); in generate_key()190 ctx = BN_CTX_new(); in compute_key()
83 ctx=BN_CTX_new(); in DH_check()
102 ctx=BN_CTX_new(); in DH_generate_parameters()
372 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()
26 BN_CTX *ctx=BN_CTX_new(); in main()
69 BN_CTX *BN_CTX_new(void) in BN_CTX_new() function
144 ctx=BN_CTX_new(); in BN_generate_prime()251 if ((ctx=BN_CTX_new()) == NULL) in BN_is_prime_fasttest()
88 ctx=BN_CTX_new(); in main()
175 ctx=BN_CTX_new(); in main()
212 ctx=BN_CTX_new(); in main()
136 if ((ctx = BN_CTX_new()) == NULL) in rsa_generate_additional_parameters()
77 if ((ctx = BN_CTX_new()) == NULL) in auth_rsa_generate_challenge()
742 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()