Searched refs:vrfy (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_sqrt.c150 goto vrfy;
202 goto vrfy;
334 goto vrfy;
365 vrfy:
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dsqrt.c156 goto vrfy;
222 goto vrfy;
368 goto vrfy;
406 vrfy:
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa_impl.c639 BIGNUM *r1, *m1, *vrfy; local
647 vrfy = BN_CTX_get(ctx);
750 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
758 if (!BN_sub(vrfy, vrfy, I)) {
761 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) {
764 if (BN_is_negative(vrfy)) {
765 if (!BN_add(vrfy, vrfy, rs
[all...]
/external/openssl/crypto/rsa/
H A Drsa_eay.c739 BIGNUM *r1,*m1,*vrfy; local
747 vrfy = BN_CTX_get(ctx);
863 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
868 if (!BN_sub(vrfy, vrfy, I)) goto err;
869 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) goto err;
870 if (BN_is_negative(vrfy))
871 if (!BN_add(vrfy, vrfy, rs
[all...]

Completed in 155 milliseconds