Searched defs:Ri (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_mont.c358 BIGNUM *Ri,*R; local
361 if((Ri = BN_CTX_get(ctx)) == NULL) goto err;
391 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
393 if (!BN_lshift(Ri,Ri,2*BN_BITS2)) goto err; /* R*Ri */
394 if (!BN_is_zero(Ri))
396 if (!BN_sub_word(Ri,1)) goto err;
400 if (bn_expand(Ri,(int)sizeof(BN_ULONG)*2) == NULL)
402 /* Ri
[all...]
/external/openssl/crypto/bn/
H A Dbn_mont.c358 BIGNUM *Ri,*R; local
361 if((Ri = BN_CTX_get(ctx)) == NULL) goto err;
391 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
393 if (!BN_lshift(Ri,Ri,2*BN_BITS2)) goto err; /* R*Ri */
394 if (!BN_is_zero(Ri))
396 if (!BN_sub_word(Ri,1)) goto err;
400 if (bn_expand(Ri,(int)sizeof(BN_ULONG)*2) == NULL)
402 /* Ri
[all...]

Completed in 561 milliseconds