Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rsa/
Drsa_impl.c619 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/
Dsqrt.c156 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.gitignore72 smtp-vrfy
DMakefile.inc29 smtp-mail smtp-multi smtp-ssl smtp-tls smtp-vrfy smtp-expn rtsp \
/external/dbus/
DAUTHORS49 Kay Sievers <kay.sievers@vrfy.org>
DChangeLog.pre-1-07579 Patch from Kay Sievers <kay.sievers@vrfy.org>
7994 2004-06-28 Kay Sievers <kay.sievers@vrfy.org>