Searched refs:vrfy (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 609 BIGNUM *r1, *m1, *vrfy; in rsa_ossl_mod_exp() local 624 vrfy = BN_CTX_get(ctx); in rsa_ossl_mod_exp() 625 if (vrfy == NULL) in rsa_ossl_mod_exp() 915 if (!BN_mod_exp_mont(vrfy, r0, rsa->e, rsa->n, ctx, in rsa_ossl_mod_exp() 920 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx, in rsa_ossl_mod_exp() 930 if (!BN_sub(vrfy, vrfy, I)) in rsa_ossl_mod_exp() 932 if (BN_is_zero(vrfy)) { in rsa_ossl_mod_exp() 937 if (!BN_mod(vrfy, vrfy, rs in rsa_ossl_mod_exp() [all...] |
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 609 BIGNUM *r1, *m1, *vrfy; in rsa_ossl_mod_exp() local 624 vrfy = BN_CTX_get(ctx); in rsa_ossl_mod_exp() 625 if (vrfy == NULL) in rsa_ossl_mod_exp() 915 if (!BN_mod_exp_mont(vrfy, r0, rsa->e, rsa->n, ctx, in rsa_ossl_mod_exp() 920 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx, in rsa_ossl_mod_exp() 930 if (!BN_sub(vrfy, vrfy, I)) in rsa_ossl_mod_exp() 932 if (BN_is_zero(vrfy)) { in rsa_ossl_mod_exp() 937 if (!BN_mod(vrfy, vrfy, rs in rsa_ossl_mod_exp() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 104 goto vrfy; in BN_mod_sqrt() 166 goto vrfy; in BN_mod_sqrt() 304 goto vrfy; in BN_mod_sqrt() 342 vrfy: in BN_mod_sqrt()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 104 goto vrfy; in BN_mod_sqrt() 166 goto vrfy; in BN_mod_sqrt() 304 goto vrfy; in BN_mod_sqrt() 342 vrfy: in BN_mod_sqrt()
|
/third_party/python/Lib/test/ |
H A D | test_smtplib.py | 357 self.assertEqual(smtp.vrfy('nobody@nowhere.com'), expected) 1099 self.assertEqual(smtp.vrfy(addr_spec), expected_known) 1103 self.assertEqual(smtp.vrfy(u), expected_unknown)
|
/third_party/python/Lib/ |
H A D | smtplib.py | 29 >>> s.putcmd("vrfy","someone@here") 587 self.putcmd("vrfy", _addr_only(address)) 590 vrfy = verify variable in SMTP
|
Completed in 8 milliseconds