Home
last modified time | relevance | path

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

123

/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c70 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 …]
Dcmp.c215 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()
Dbytes.c69 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()
Dbn_test.cc932 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/
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/ipsec-tools/src/racoon/
Dprsa_tok.l64 BIGNUM *bn = BN_new(); variable
Dprsa_par.y131 BIGNUM *bn; member
Dprsa_par.h95 BIGNUM *bn; member
/external/boringssl/src/crypto/asn1/
Da_enum.c150 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()
Dasn1_test.cc69 bssl::UniquePtr<BIGNUM> bn(BN_new()); in TEST() local
Da_int.c430 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/
Dbn_asn1.c45 int BN_marshal_asn1(CBB *cbb, const BIGNUM *bn) { in BN_marshal_asn1()
Dconvert.c79 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/
Ddh_test.cc321 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
Ddh_asn1.c77 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer()
/external/testng/src/main/java/org/testng/
DConverter.java68 String bn = fileName.substring(0, ind); in run() local
/external/libchrome/crypto/
Drsa_private_key.cc27 bssl::UniquePtr<BIGNUM> bn(BN_new()); in Create() local
/external/clang/test/OpenMP/
Dnvptx_target_codegen.cpp23 float bn[n]; in foo() local
Dtarget_private_codegen.cpp29 float bn[n]; in foo() local
Dtarget_codegen.cpp85 float bn[n]; in foo() local
Dtarget_firstprivate_codegen.cpp52 float bn[n]; in foo() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
DSwitchingSampRate.cc320 int32_t bn; in main() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java607 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/
DICUResourceBundle.java603 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/
Drsa_asn1.c81 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer()

123