HomeSort by relevance Sort by last modified time
    Searched refs:vrfy (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn_sqrt.c 150 goto vrfy;
202 goto vrfy;
334 goto vrfy;
365 vrfy:
  /external/openssl/crypto/rsa/
rsa_eay.c 717 BIGNUM *r1,*m1,*vrfy; local
725 vrfy = BN_CTX_get(ctx);
841 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
846 if (!BN_sub(vrfy, vrfy, I)) goto err;
847 if (!BN_mod(vrfy, vrfy, rsa->n, ctx)) goto err;
848 if (BN_is_negative(vrfy))
849 if (!BN_add(vrfy, vrfy, rsa->n)) goto err
    [all...]

Completed in 490 milliseconds