Searched refs:vrfy (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/rsa/ |
D | rsa_impl.c | 619 BIGNUM *r1, *m1, *vrfy; in mod_exp() local 632 vrfy = BN_CTX_get(ctx); in mod_exp() 770 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx, rsa->mont_n)) { in mod_exp() 777 if (!BN_sub(vrfy, vrfy, I)) { in mod_exp() 780 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) { in mod_exp() 783 if (BN_is_negative(vrfy)) { in mod_exp() 784 if (!BN_add(vrfy, vrfy, rsa->n)) { in mod_exp() 788 if (!BN_is_zero(vrfy)) { in mod_exp()
|
/external/boringssl/src/crypto/bn/ |
D | sqrt.c | 156 goto vrfy; in BN_mod_sqrt() 222 goto vrfy; in BN_mod_sqrt() 368 goto vrfy; in BN_mod_sqrt() 406 vrfy: in BN_mod_sqrt()
|
/external/curl/docs/examples/ |
D | .gitignore | 72 smtp-vrfy
|
D | Makefile.inc | 29 smtp-mail smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn rtsp \
|
/external/dbus/ |
D | AUTHORS | 49 Kay Sievers <kay.sievers@vrfy.org>
|
D | ChangeLog.pre-1-0 | 7579 Patch from Kay Sievers <kay.sievers@vrfy.org> 7994 2004-06-28 Kay Sievers <kay.sievers@vrfy.org>
|