Searched refs:BN_CTX_new (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nist.c139 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
181 if ((ctx_new = ctx = BN_CTX_new()) == NULL)
207 if ((ctx_new = ctx = BN_CTX_new()) == NULL)
H A Dec_check.c67 ctx = new_ctx = BN_CTX_new();
H A Dec2_oct.c105 ctx = new_ctx = BN_CTX_new();
216 ctx = new_ctx = BN_CTX_new();
347 ctx = new_ctx = BN_CTX_new();
H A Decp_smpl.c191 ctx = new_ctx = BN_CTX_new();
250 ctx = new_ctx = BN_CTX_new();
295 ctx = new_ctx = BN_CTX_new();
418 ctx = new_ctx = BN_CTX_new();
478 ctx = new_ctx = BN_CTX_new();
553 ctx = new_ctx = BN_CTX_new();
674 ctx = new_ctx = BN_CTX_new();
860 ctx = new_ctx = BN_CTX_new();
1014 ctx = new_ctx = BN_CTX_new();
1133 ctx = new_ctx = BN_CTX_new();
[all...]
H A Decp_oct.c84 ctx = new_ctx = BN_CTX_new();
253 ctx = new_ctx = BN_CTX_new();
375 ctx = new_ctx = BN_CTX_new();
H A Dec2_smpl.c297 ctx = new_ctx = BN_CTX_new();
478 ctx = new_ctx = BN_CTX_new();
624 ctx = new_ctx = BN_CTX_new();
691 ctx = new_ctx = BN_CTX_new();
730 ctx = new_ctx = BN_CTX_new();
H A Dec_key.c249 if ((ctx = BN_CTX_new()) == NULL)
311 if ((ctx = BN_CTX_new()) == NULL)
379 ctx = BN_CTX_new();
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Ddivtest.c26 BN_CTX *ctx = BN_CTX_new();
H A Dexptest.c102 BN_CTX *ctx = BN_CTX_new();
194 ctx = BN_CTX_new();
H A Dbnspeed.c174 ctx = BN_CTX_new();
H A Dbn_prime.c172 ctx = BN_CTX_new();
276 else if ((ctx = BN_CTX_new()) == NULL)
/freebsd-11-stable/lib/libmp/
H A Dmpasbn.c148 c = BN_CTX_new();
246 c = BN_CTX_new();
368 c = BN_CTX_new();
495 c = BN_CTX_new();
512 c = BN_CTX_new();
532 c = BN_CTX_new();
579 c = BN_CTX_new();
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_check.c82 ctx = BN_CTX_new();
158 ctx = BN_CTX_new();
H A Ddh_gen.c129 ctx = BN_CTX_new();
H A Ddh_key.c142 ctx = BN_CTX_new();
226 ctx = BN_CTX_new();
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_key.c97 if ((ctx = BN_CTX_new()) == NULL)
H A Ddsa_ossl.c152 ctx = BN_CTX_new();
275 if ((ctx = BN_CTX_new()) == NULL)
392 if ((ctx = BN_CTX_new()) == NULL)
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_lib.c162 if ((bn_ctx = BN_CTX_new()) == NULL || (tmp = BN_new()) == NULL)
190 (bn_ctx = BN_CTX_new()) == NULL)
250 (bn_ctx = BN_CTX_new()) == NULL)
268 || a == NULL || (bn_ctx = BN_CTX_new()) == NULL)
310 if (B == NULL || N == NULL || (bn_ctx = BN_CTX_new()) == NULL)
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_sign.c59 BN_CTX *ctx = BN_CTX_new();
170 BN_CTX *ctx = BN_CTX_new();
236 ctx = BN_CTX_new();
H A Dgost2001.c41 BN_CTX *ctx = BN_CTX_new();
136 BN_CTX *ctx = BN_CTX_new();
263 BN_CTX *ctx = BN_CTX_new();
394 ctx = BN_CTX_new();
/freebsd-11-stable/crypto/openssh/
H A Drsa.c168 if ((ctx = BN_CTX_new()) == NULL)
/freebsd-11-stable/usr.bin/factor/
H A Dfactor.c94 #define BN_CTX_new() NULL macro
123 ctx = BN_CTX_new();
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c107 if ((ctx = BN_CTX_new()) == NULL) {
280 if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
396 ctx = BN_CTX_new();
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_chk.c75 ctx = BN_CTX_new();
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c128 if ((ctx = BN_CTX_new()) == NULL)

Completed in 221 milliseconds

123