Home
last modified time | relevance | path

Searched refs:BN_set_bit (Results 1 – 10 of 10) sorted by relevance

/external/openssl/crypto/bn/
Dbn_mont.c385 if (!(BN_set_bit(R,2*BN_BITS2))) goto err; in BN_MONT_CTX_set()
415 if (!(BN_set_bit(R,BN_BITS2))) goto err; /* R */ in BN_MONT_CTX_set()
443 if (!BN_set_bit(R,mont->ri)) goto err; /* R = 2^ri */ in BN_MONT_CTX_set()
456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err; in BN_MONT_CTX_set()
Dbn_recp.c225 if (!BN_set_bit(t,len)) goto err; in BN_reciprocal()
Dbn_gf2m.c899 if (!BN_set_bit(u, p[0] - 1)) goto err; in BN_GF2m_mod_sqrt_arr()
1105 if (BN_set_bit(a, p[i]) == 0) in BN_GF2m_arr2poly()
Dbn_lib.c700 int BN_set_bit(BIGNUM *a, int n) in BN_set_bit() function
Dbn.h527 int BN_set_bit(BIGNUM *a, int n);
Dbntest.c376 if (BN_set_bit(&a,i)==0) return(0); in test_sub()
/external/openssl/crypto/rsa/
Drsa_depr.c86 if (BN_set_bit(e,i) == 0) in RSA_generate_key()
/external/openssl/crypto/ec/
Dec_asn1.c832 if (!BN_set_bit(p, (int)char_two->m)) in ec_asn1_parameters2group()
834 if (!BN_set_bit(p, (int)tmp_long)) in ec_asn1_parameters2group()
836 if (!BN_set_bit(p, 0)) in ec_asn1_parameters2group()
857 if (!BN_set_bit(p, (int)char_two->m)) goto err; in ec_asn1_parameters2group()
858 if (!BN_set_bit(p, (int)penta->k1)) goto err; in ec_asn1_parameters2group()
859 if (!BN_set_bit(p, (int)penta->k2)) goto err; in ec_asn1_parameters2group()
860 if (!BN_set_bit(p, (int)penta->k3)) goto err; in ec_asn1_parameters2group()
861 if (!BN_set_bit(p, 0)) goto err; in ec_asn1_parameters2group()
/external/openssh/
Dmoduli.c331 if (BN_set_bit(largebase, 0) == 0) in gen_candidates()
/external/openssl/include/openssl/
Dbn.h527 int BN_set_bit(BIGNUM *a, int n);