Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 25 of 36) sorted by relevance

12

/external/boringssl/src/crypto/bn/
Dbn.c69 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); in BN_new() local
82 void BN_init(BIGNUM *bn) { in BN_init()
86 void BN_free(BIGNUM *bn) { in BN_free()
102 void BN_clear_free(BIGNUM *bn) { in BN_clear_free()
159 void BN_clear(BIGNUM *bn) { in BN_clear()
232 unsigned BN_num_bits(const BIGNUM *bn) { in BN_num_bits()
242 unsigned BN_num_bytes(const BIGNUM *bn) { in BN_num_bytes()
246 void BN_zero(BIGNUM *bn) { in BN_zero()
250 int BN_one(BIGNUM *bn) { in BN_one()
254 int BN_set_word(BIGNUM *bn, BN_ULONG value) { in BN_set_word()
[all …]
Dcmp.c175 int BN_abs_is_word(const BIGNUM *bn, BN_ULONG w) { in BN_abs_is_word()
186 int BN_is_zero(const BIGNUM *bn) { in BN_is_zero()
190 int BN_is_one(const BIGNUM *bn) { in BN_is_one()
194 int BN_is_word(const BIGNUM *bn, BN_ULONG w) { in BN_is_word()
198 int BN_is_odd(const BIGNUM *bn) { in BN_is_odd()
Dconvert.c72 BIGNUM *bn = NULL; in BN_bin2bn() local
194 char *BN_bn2hex(const BIGNUM *bn) { in BN_bn2hex()
231 static void decode_hex(BIGNUM *bn, const char *in, int i) { in decode_hex()
267 static void decode_dec(BIGNUM *bn, const char *in, int in_len) { in decode_dec()
492 BN_ULONG BN_get_word(const BIGNUM *bn) { in BN_get_word()
DCMakeLists.txt35 bn target
Dctx.c244 BIGNUM *bn = p->head->vals; in BN_POOL_finish() local
260 BIGNUM *bn; in BN_POOL_get() local
Dbn_test.cc1452 ScopedBIGNUM bn; in test_dec2bn() local
1494 ScopedBIGNUM bn; in test_hex2bn() local
1537 ScopedBIGNUM bn = ASCIIToBIGNUM("0"); in test_asc2bn() local
1589 ScopedBIGNUM bn(BN_new()); in test_rand() local
Dprime.c636 static BN_ULONG get_word(const BIGNUM *bn) { in get_word()
Dmul.c795 int BN_mul_word(BIGNUM *bn, BN_ULONG w) { in BN_mul_word()
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dpoloutil.cc25 BIGNUM* bn = BN_bin2bn(bytes, length, NULL); in BytesToHexString() local
36 BIGNUM* bn = NULL; in HexStringToBytes() local
48 BIGNUM* bn = BN_new(); in IntToBigEndianBytes() local
66 BIGNUM* bn = BN_bin2bn(bytes, 4, NULL); in BigEndianBytesToInt() local
/external/boringssl/src/crypto/asn1/
Dx_bignum.c111 BIGNUM *bn; in bn_i2c() local
128 BIGNUM *bn; in bn_c2i() local
Da_enum.c139 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED()
175 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
Da_int.c405 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER()
447 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
Dtasn_prn.c482 BIGNUM *bn = NULL; in asn1_print_integer_ctx() local
/external/ipsec-tools/src/racoon/
Dprsa_tok.l64 BIGNUM *bn = BN_new(); variable
Dprsa_par.y131 BIGNUM *bn; member
Dprsa_par.h95 BIGNUM *bn; member
Dcrypto_openssl.c243 BIGNUM *bn = BN_new(); in eay_hex2asn1dn() local
2578 eay_v2bn(bn, var) in eay_v2bn() argument
2589 eay_bn2v(var, bn) in eay_bn2v() argument
/external/boringssl/
Dandroid_compat_hacks.c31 BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) { in get_rfc3526_prime_1536()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java609 final String bn, final ClassLoader root, final Set<String> names) { in addBundleBaseNamesFromClassLoader()
645 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales) { in addLocaleIDsFromListFile()
664 String bn = baseName.endsWith("/") ? baseName : baseName + "/"; in createFullLocaleNameSet() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp351 Graph::Node *bn = &that->dom; in dominatedBy() local
/external/libvorbis/lib/
Dfloor1.c49 int bn; member
473 double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0; in fit_line() local
/external/icu/icu4c/source/common/
Dlocmap.c190 ILCID_POSIX_SUBTABLE(bn) { in ILCID_POSIX_SUBTABLE() argument
/external/boringssl/src/crypto/rsa/
Drsa.c496 static void bn_free_and_null(BIGNUM **bn) { in bn_free_and_null()
/external/wpa_supplicant_8/src/common/
Dsae.c119 struct crypto_bignum *bn = NULL; in sae_get_rand() local
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant_sd.c1146 struct p2p_srv_bonjour *bsrv, *bn; in wpas_p2p_service_flush() local

12