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

  /external/openssl/crypto/pkcs12/
p12_key.c 111 BIGNUM *Ij, *Bpl1; /* These hold Ij and B + 1 */
147 Bpl1 = BN_new();
148 if (!D || !Ai || !B || !I || !Ij || !Bpl1)
179 if (!BN_bin2bn (B, v, Bpl1))
181 if (!BN_add_word (Bpl1, 1))
186 if (!BN_add(Ij, Ij, Bpl1))
217 BN_free (Bpl1);
  /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
pkcs8.c 115 BIGNUM *Ij, *Bpl1; /* These hold Ij and B + 1 */
132 Bpl1 = BN_new();
133 if (!D || !Ai || !B || !I || !Ij || !Bpl1)
166 if (!BN_bin2bn(B, v, Bpl1))
168 if (!BN_add_word(Bpl1, 1))
173 if (!BN_add(Ij, Ij, Bpl1))
203 BN_free(Bpl1);
    [all...]

Completed in 66 milliseconds