Home
last modified time | relevance | path

Searched refs:vrfy (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/rsa/
Drsa_eay.c717 BIGNUM *r1,*m1,*vrfy; in RSA_eay_mod_exp() local
725 vrfy = BN_CTX_get(ctx); in RSA_eay_mod_exp()
841 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err; in RSA_eay_mod_exp()
846 if (!BN_sub(vrfy, vrfy, I)) goto err; in RSA_eay_mod_exp()
847 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) goto err; in RSA_eay_mod_exp()
848 if (BN_is_negative(vrfy)) in RSA_eay_mod_exp()
849 if (!BN_add(vrfy, vrfy, rsa->n)) goto err; in RSA_eay_mod_exp()
850 if (!BN_is_zero(vrfy)) in RSA_eay_mod_exp()
/external/openssl/crypto/bn/
Dbn_sqrt.c150 goto vrfy; in BN_mod_sqrt()
202 goto vrfy; in BN_mod_sqrt()
334 goto vrfy; in BN_mod_sqrt()
365 vrfy: in BN_mod_sqrt()
/external/dbus/
DChangeLog.pre-1-07579 Patch from Kay Sievers <kay.sievers@vrfy.org>
7994 2004-06-28 Kay Sievers <kay.sievers@vrfy.org>