/external/boringssl/src/crypto/bn/ |
D | bn.c | 69 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 …]
|
D | cmp.c | 175 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()
|
D | convert.c | 72 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()
|
D | CMakeLists.txt | 35 bn target
|
D | ctx.c | 244 BIGNUM *bn = p->head->vals; in BN_POOL_finish() local 260 BIGNUM *bn; in BN_POOL_get() local
|
D | bn_test.cc | 1452 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
|
D | prime.c | 636 static BN_ULONG get_word(const BIGNUM *bn) { in get_word()
|
D | mul.c | 795 int BN_mul_word(BIGNUM *bn, BN_ULONG w) { in BN_mul_word()
|
/external/google-tv-pairing-protocol/cpp/src/polo/util/ |
D | poloutil.cc | 25 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/ |
D | x_bignum.c | 111 BIGNUM *bn; in bn_i2c() local 128 BIGNUM *bn; in bn_c2i() local
|
D | a_enum.c | 139 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()
|
D | a_int.c | 405 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()
|
D | tasn_prn.c | 482 BIGNUM *bn = NULL; in asn1_print_integer_ctx() local
|
/external/ipsec-tools/src/racoon/ |
D | prsa_tok.l | 64 BIGNUM *bn = BN_new(); variable
|
D | prsa_par.y | 131 BIGNUM *bn; member
|
D | prsa_par.h | 95 BIGNUM *bn; member
|
D | crypto_openssl.c | 243 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/ |
D | android_compat_hacks.c | 31 BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) { in get_rfc3526_prime_1536()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 609 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/ |
D | nv50_ir_bb.cpp | 351 Graph::Node *bn = &that->dom; in dominatedBy() local
|
/external/libvorbis/lib/ |
D | floor1.c | 49 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/ |
D | locmap.c | 190 ILCID_POSIX_SUBTABLE(bn) { in ILCID_POSIX_SUBTABLE() argument
|
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 496 static void bn_free_and_null(BIGNUM **bn) { in bn_free_and_null()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 119 struct crypto_bignum *bn = NULL; in sae_get_rand() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 1146 struct p2p_srv_bonjour *bsrv, *bn; in wpas_p2p_service_flush() local
|