/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() 231 unsigned BN_num_bits(const BIGNUM *bn) { in BN_num_bits() 241 unsigned BN_num_bytes(const BIGNUM *bn) { in BN_num_bytes() 245 void BN_zero(BIGNUM *bn) { in BN_zero() 249 int BN_one(BIGNUM *bn) { in BN_one() 253 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 | 76 BIGNUM *bn = NULL; in BN_bin2bn() local 206 char *BN_bn2hex(const BIGNUM *bn) { in BN_bn2hex() 243 static int decode_hex(BIGNUM *bn, const char *in, int in_len) { in decode_hex() 290 static int decode_dec(BIGNUM *bn, const char *in, int in_len) { in decode_dec() 516 BN_ULONG BN_get_word(const BIGNUM *bn) { in BN_get_word()
|
D | bn_test.cc | 1542 ScopedBIGNUM bn; in test_dec2bn() local 1577 ScopedBIGNUM bn; in test_hex2bn() local 1620 ScopedBIGNUM bn = ASCIIToBIGNUM("0"); in test_asc2bn() local 1691 ScopedBIGNUM bn(ASCIIToBIGNUM(test.base10)); in test_mpi() local 1729 ScopedBIGNUM bn(BN_new()); in test_rand() local 1814 ScopedBIGNUM bn = ASCIIToBIGNUM(test.value_ascii); in test_asn1() local 1866 ScopedBIGNUM bn(BN_new()); in test_asn1() local 1890 ScopedBIGNUM bn(BN_new()); in test_asn1() local 1922 ScopedBIGNUM bn = ASCIIToBIGNUM("-1"); in test_asn1() local
|
D | CMakeLists.txt | 43 bn target
|
D | bn_asn1.c | 61 int BN_bn2cbb(CBB *cbb, const BIGNUM *bn) { in BN_bn2cbb()
|
D | ctx.c | 244 BIGNUM *bn = p->head->vals; in BN_POOL_finish() local 260 BIGNUM *bn; in BN_POOL_get() local
|
D | prime.c | 635 static BN_ULONG get_word(const BIGNUM *bn) { in get_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 | 112 BIGNUM *bn; in bn_i2c() local 129 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 | 407 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 449 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
|
/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
|
/external/boringssl/ |
D | android_compat_hacks.c | 31 BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) { in get_rfc3526_prime_1536()
|
/external/testng/src/main/java/org/testng/ |
D | Converter.java | 68 String bn = fileName.substring(0, ind); in run() local
|
/external/libchrome/crypto/ |
D | rsa_private_key_openssl.cc | 61 ScopedBIGNUM bn(BN_new()); in Create() local
|
/external/avahi/avahi-core/ |
D | prioq.c | 79 AvahiPrioQueueNode *l, *r, *p, *ap, *an, *bp, *bn; in exchange_nodes() local
|
/external/clang/test/OpenMP/ |
D | target_codegen.cpp | 47 float bn[n]; in foo() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/ |
D | SwitchingSampRate.cc | 320 int32_t bn; in main() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 697 final String bn, final ClassLoader root, final Set<String> names) { in addBundleBaseNamesFromClassLoader() 733 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales) { in addLocaleIDsFromListFile() 752 String bn = baseName.endsWith("/") ? baseName : baseName + "/"; in createFullLocaleNameSet() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 701 final String bn, final ClassLoader root, final Set<String> names) { in addBundleBaseNamesFromClassLoader() 737 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales) { in addLocaleIDsFromListFile() 756 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/boringssl/src/crypto/rsa/ |
D | rsa_asn1.c | 88 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer()
|