Searched refs:vrfy (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/rsa/ |
D | rsa_eay.c | 717 BIGNUM *r1,*m1,*vrfy; in RSA_eay_mod_exp() local 725 vrfy = BN_CTX_get(ctx); in RSA_eay_mod_exp() 834 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err; in RSA_eay_mod_exp() 839 if (!BN_sub(vrfy, vrfy, I)) goto err; in RSA_eay_mod_exp() 840 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) goto err; in RSA_eay_mod_exp() 841 if (BN_is_negative(vrfy)) in RSA_eay_mod_exp() 842 if (!BN_add(vrfy, vrfy, rsa->n)) goto err; in RSA_eay_mod_exp() 843 if (!BN_is_zero(vrfy)) in RSA_eay_mod_exp()
|
/external/openssl/crypto/bn/ |
D | bn_sqrt.c | 150 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/ |
D | AUTHORS | 50 Kay Sievers <kay.sievers@vrfy.org>
|
D | ChangeLog | 7646 Patch from Kay Sievers <kay.sievers@vrfy.org> 8061 2004-06-28 Kay Sievers <kay.sievers@vrfy.org>
|