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

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_nist.c134 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
199 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
225 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
H A Dec_check.c68 ctx = new_ctx = BN_CTX_new();
H A Dec2_smpt.c85 ctx = new_ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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();
346 ctx = new_ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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();
346 ctx = new_ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Ddivtest.c26 BN_CTX *ctx=BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_key.c82 if ((ctx=BN_CTX_new()) == NULL) goto err;
H A Ddsa_ossl.c158 ctx=BN_CTX_new();
219 if ((ctx=BN_CTX_new()) == NULL) goto err;
323 if ((ctx=BN_CTX_new()) == NULL) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Ddivtest.c26 BN_CTX *ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Ddivtest.c26 BN_CTX *ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_check.c82 ctx = BN_CTX_new();
158 ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_check.c82 ctx = BN_CTX_new();
158 ctx = BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_check.c81 ctx=BN_CTX_new();
H A Ddh_gen.c109 ctx=BN_CTX_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_key.c97 if ((ctx = BN_CTX_new()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_key.c97 if ((ctx = BN_CTX_new()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_lib.c162 if ((bn_ctx = BN_CTX_new()) == NULL ||
187 (bn_ctx = BN_CTX_new()) == NULL)
247 (bn_ctx = BN_CTX_new()) == NULL)
265 || a == NULL || (bn_ctx = BN_CTX_new()) == NULL)
304 if (B == NULL || N == NULL || (bn_ctx = BN_CTX_new()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_lib.c162 if ((bn_ctx = BN_CTX_new()) == NULL ||
187 (bn_ctx = BN_CTX_new()) == NULL)
247 (bn_ctx = BN_CTX_new()) == NULL)
265 || a == NULL || (bn_ctx = BN_CTX_new()) == NULL)
304 if (B == NULL || N == NULL || (bn_ctx = BN_CTX_new()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c106 if ((ctx = BN_CTX_new()) == NULL)
242 if ((ctx = BN_CTX_new()) == NULL || (order = BN_new()) == NULL ||
356 ctx = BN_CTX_new();

Completed in 118 milliseconds

1234567