/external/boringssl/src/crypto/fipsmodule/bn/ |
D | bn.c | 70 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); in BN_new() local 83 void BN_init(BIGNUM *bn) { in BN_init() 87 void BN_free(BIGNUM *bn) { in BN_free() 103 void BN_clear_free(BIGNUM *bn) { in BN_clear_free() 162 void BN_clear(BIGNUM *bn) { in BN_clear() 229 unsigned BN_num_bits(const BIGNUM *bn) { in BN_num_bits() 238 unsigned BN_num_bytes(const BIGNUM *bn) { in BN_num_bytes() 242 void BN_zero(BIGNUM *bn) { in BN_zero() 246 int BN_one(BIGNUM *bn) { in BN_one() 250 int BN_set_word(BIGNUM *bn, BN_ULONG value) { in BN_set_word() [all …]
|
D | cmp.c | 215 int BN_abs_is_word(const BIGNUM *bn, BN_ULONG w) { in BN_abs_is_word() 237 int BN_is_zero(const BIGNUM *bn) { in BN_is_zero() 241 int BN_is_one(const BIGNUM *bn) { in BN_is_one() 245 int BN_is_word(const BIGNUM *bn, BN_ULONG w) { in BN_is_word() 249 int BN_is_odd(const BIGNUM *bn) { in BN_is_odd() 253 int BN_is_pow2(const BIGNUM *bn) { in BN_is_pow2()
|
D | bytes.c | 69 BIGNUM *bn = NULL; in BN_bin2bn() local 115 BIGNUM *bn = NULL; in BN_le2bn() local 254 BN_ULONG BN_get_word(const BIGNUM *bn) { in BN_get_word() 265 int BN_get_u64(const BIGNUM *bn, uint64_t *out) { in BN_get_u64()
|
D | bn_test.cc | 932 bssl::UniquePtr<BIGNUM> bn; in TEST_F() local 960 bssl::UniquePtr<BIGNUM> bn; in TEST_F() local 996 bssl::UniquePtr<BIGNUM> bn = ASCIIToBIGNUM("0"); in TEST_F() local 1057 bssl::UniquePtr<BIGNUM> bn(ASCIIToBIGNUM(test.base10)); in TEST_F() local 1074 bssl::UniquePtr<BIGNUM> bn(BN_new()); in TEST_F() local 1096 bssl::UniquePtr<BIGNUM> bn(BN_new()), six(BN_new()); in TEST_F() local 1166 bssl::UniquePtr<BIGNUM> bn = ASCIIToBIGNUM(test.value_ascii); in TEST_F() local 1191 bssl::UniquePtr<BIGNUM> bn(BN_new()); in TEST_F() local 1201 bssl::UniquePtr<BIGNUM> bn = ASCIIToBIGNUM("-1"); in TEST_F() local 1422 bssl::UniquePtr<BIGNUM> bn; in TEST_F() local [all …]
|
/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/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/src/crypto/asn1/ |
D | a_enum.c | 150 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 186 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
D | asn1_test.cc | 69 bssl::UniquePtr<BIGNUM> bn(BN_new()); in TEST() local
|
D | a_int.c | 430 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 470 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
|
/external/boringssl/src/crypto/bn_extra/ |
D | bn_asn1.c | 45 int BN_marshal_asn1(CBB *cbb, const BIGNUM *bn) { in BN_marshal_asn1()
|
D | convert.c | 79 char *BN_bn2hex(const BIGNUM *bn) { in BN_bn2hex() 114 static int decode_hex(BIGNUM *bn, const char *in, int in_len) { in decode_hex() 161 static int decode_dec(BIGNUM *bn, const char *in, int in_len) { in decode_dec()
|
/external/boringssl/src/crypto/dh/ |
D | dh_test.cc | 321 static bool BIGNUMEqualsHex(const BIGNUM *bn, const char *hex) { in BIGNUMEqualsHex() 412 bssl::UniquePtr<BIGNUM> bn(BN_get_rfc3526_prime_1536(nullptr)); in TestRFC3526() local
|
D | dh_asn1.c | 77 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer()
|
/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.cc | 27 bssl::UniquePtr<BIGNUM> bn(BN_new()); in Create() local
|
/external/clang/test/OpenMP/ |
D | nvptx_target_codegen.cpp | 23 float bn[n]; in foo() local
|
D | target_private_codegen.cpp | 29 float bn[n]; in foo() local
|
D | target_codegen.cpp | 85 float bn[n]; in foo() local
|
D | target_firstprivate_codegen.cpp | 52 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/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 607 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() 668 String bn = baseName.endsWith("/") ? baseName : baseName + "/"; in createFullLocaleNameSet() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 603 final String bn, final ClassLoader root, final Set<String> names) { in addBundleBaseNamesFromClassLoader() 641 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales) { in addLocaleIDsFromListFile() 664 String bn = baseName.endsWith("/") ? baseName : baseName + "/"; in createFullLocaleNameSet() local
|
/external/boringssl/src/crypto/rsa_extra/ |
D | rsa_asn1.c | 81 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer()
|