HomeSort by relevance Sort by last modified time
    Searched full:a1_odd (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/bn/
prime.c 333 const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont);
479 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */
533 A1_odd = BN_CTX_get(ctx);
551 /* write A1 as A1_odd * 2^k */
556 if (!BN_rshift(A1_odd, A1, k)) {
578 j = witness(check, A, A1, A1_odd, k, ctx, mont);
607 const BIGNUM *a1_odd, int k, BN_CTX *ctx,
609 if (!BN_mod_exp_mont(w, w, a1_odd, a, ctx, mont)) { /* w := w^a1_odd mod a */
    [all...]

Completed in 78 milliseconds