Searched refs:BN_set_bit (Results 1 – 10 of 10) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_mont.c | 385 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()
|
D | bn_recp.c | 225 if (!BN_set_bit(t,len)) goto err; in BN_reciprocal()
|
D | bn_gf2m.c | 899 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()
|
D | bn_lib.c | 700 int BN_set_bit(BIGNUM *a, int n) in BN_set_bit() function
|
D | bn.h | 527 int BN_set_bit(BIGNUM *a, int n);
|
D | bntest.c | 376 if (BN_set_bit(&a,i)==0) return(0); in test_sub()
|
/external/openssl/crypto/rsa/ |
D | rsa_depr.c | 86 if (BN_set_bit(e,i) == 0) in RSA_generate_key()
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 832 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/ |
D | moduli.c | 331 if (BN_set_bit(largebase, 0) == 0) in gen_candidates()
|
/external/openssl/include/openssl/ |
D | bn.h | 527 int BN_set_bit(BIGNUM *a, int n);
|