Home
last modified time | relevance | path

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

123

/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()
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 …]
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.c76 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()
Dbn_test.cc1542 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
DCMakeLists.txt43 bn target
Dbn_asn1.c61 int BN_bn2cbb(CBB *cbb, const BIGNUM *bn) { in BN_bn2cbb()
Dctx.c244 BIGNUM *bn = p->head->vals; in BN_POOL_finish() local
260 BIGNUM *bn; in BN_POOL_get() local
Dprime.c635 static BN_ULONG get_word(const BIGNUM *bn) { in get_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.c112 BIGNUM *bn; in bn_i2c() local
129 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.c407 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/
Dprsa_tok.l64 BIGNUM *bn = BN_new(); variable
Dprsa_par.y131 BIGNUM *bn; member
Dprsa_par.h95 BIGNUM *bn; member
/external/boringssl/
Dandroid_compat_hacks.c31 BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) { in get_rfc3526_prime_1536()
/external/testng/src/main/java/org/testng/
DConverter.java68 String bn = fileName.substring(0, ind); in run() local
/external/libchrome/crypto/
Drsa_private_key_openssl.cc61 ScopedBIGNUM bn(BN_new()); in Create() local
/external/avahi/avahi-core/
Dprioq.c79 AvahiPrioQueueNode *l, *r, *p, *ap, *an, *bp, *bn; in exchange_nodes() local
/external/clang/test/OpenMP/
Dtarget_codegen.cpp47 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/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java697 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/
DICUResourceBundle.java701 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/
Dnv50_ir_bb.cpp351 Graph::Node *bn = &that->dom; in dominatedBy() local
/external/boringssl/src/crypto/rsa/
Drsa_asn1.c88 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer()

123