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

  /external/openssl/crypto/rsa/
rsa_depr.c 86 if (BN_set_bit(e,i) == 0)
  /external/openssl/crypto/bn/
bn_mont.c 385 if (!(BN_set_bit(R,2*BN_BITS2))) goto err;
415 if (!(BN_set_bit(R,BN_BITS2))) goto err; /* R */
443 if (!BN_set_bit(R,mont->ri)) goto err; /* R = 2^ri */
456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
bn_recp.c 225 if (!BN_set_bit(t,len)) goto err;
bn_lib.c 709 int BN_set_bit(BIGNUM *a, int n)
bn_gf2m.c 899 if (!BN_set_bit(u, p[0] - 1)) goto err;
1105 if (BN_set_bit(a, p[i]) == 0)
bn.h 527 int BN_set_bit(BIGNUM *a, int n);
    [all...]
bntest.c 376 if (BN_set_bit(&a,i)==0) return(0);
    [all...]
  /system/extras/verity/
generate_verity_key.c 53 BN_set_bit(r32, 32);
55 BN_set_bit(r, RSANUMWORDS * 32);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
montgomery.c 201 if (!BN_set_bit(R, 2 * BN_BITS2)) {
244 if (!BN_set_bit(R, BN_BITS2)) {
279 if (!BN_set_bit(&(mont->RR), mont->ri * 2)) {
shift.c 206 int BN_set_bit(BIGNUM *a, int n) {
bn_test.c 353 if (BN_set_bit(&a, i) == 0)
exponentiation.c 236 if (!BN_set_bit(t, len)) {
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 834 if (!BN_set_bit(p, (int)char_two->m))
836 if (!BN_set_bit(p, (int)tmp_long))
838 if (!BN_set_bit(p, 0))
859 if (!BN_set_bit(p, (int)char_two->m)) goto err;
860 if (!BN_set_bit(p, (int)penta->k1)) goto err;
861 if (!BN_set_bit(p, (int)penta->k2)) goto err;
862 if (!BN_set_bit(p, (int)penta->k3)) goto err;
863 if (!BN_set_bit(p, 0)) goto err;
    [all...]
  /system/core/adb/
adb_auth_host.c 84 BN_set_bit(r32, 32);
86 BN_set_bit(r, RSANUMWORDS * 32);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 447 /* BN_set_bit sets the |n|th, least-significant bit in |a|. For example, if |a|
450 OPENSSL_EXPORT int BN_set_bit(BIGNUM *a, int n);
    [all...]
  /external/openssl/include/openssl/
bn.h 527 int BN_set_bit(BIGNUM *a, int n);
    [all...]

Completed in 445 milliseconds