Home
last modified time | relevance | path

Searched refs:CBS_get_asn1_uint64 (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
Dp5_pbev2.c242 !CBS_get_asn1_uint64(&pbkdf2_params, &iterations)) { in PKCS5_pbe2_decrypt_init()
256 if (!CBS_get_asn1_uint64(&pbkdf2_params, &key_len)) { in PKCS5_pbe2_decrypt_init()
Dpkcs8_x509.c499 !CBS_get_asn1_uint64(&pfx, &version)) { in PKCS12_get_key_and_certs()
572 if (!CBS_get_asn1_uint64(&mac_data, &iterations) || in PKCS12_get_key_and_certs()
Dpkcs8.c260 !CBS_get_asn1_uint64(&pbe_param, &iterations) || in pkcs12_pbe_decrypt_init()
/external/boringssl/src/ssl/
Dssl_asn1.cc588 !CBS_get_asn1_uint64(&session, &version) || in SSL_SESSION_parse()
590 !CBS_get_asn1_uint64(&session, &ssl_version) || in SSL_SESSION_parse()
632 !CBS_get_asn1_uint64(&child, &ret->time) || in SSL_SESSION_parse()
634 !CBS_get_asn1_uint64(&child, &timeout) || in SSL_SESSION_parse()
/external/boringssl/src/crypto/dh/
Ddh_asn1.c101 if (!CBS_get_asn1_uint64(&child, &priv_length) || in DH_parse_parameters()
/external/boringssl/src/crypto/bytestring/
Dcbs.c330 int CBS_get_asn1_uint64(CBS *cbs, uint64_t *out) { in CBS_get_asn1_uint64() function
413 if (!CBS_get_asn1_uint64(&child, out) || in CBS_get_optional_asn1_uint64()
Dbytestring_test.cc634 ASSERT_TRUE(CBS_get_asn1_uint64(&cbs, &value)); in TEST()
652 EXPECT_FALSE(CBS_get_asn1_uint64(&cbs, &value)); in TEST()
/external/boringssl/src/crypto/pkcs7/
Dpkcs7.c75 !CBS_get_asn1_uint64(&signed_data, &version) || in pkcs7_parse_header()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c79 !CBS_get_asn1_uint64(&ec_private_key, &version) || in EC_KEY_parse_private_key()
271 !CBS_get_asn1_uint64(&params, &version) || in parse_explicit_prime_curve()
/external/boringssl/src/include/openssl/
Dbytestring.h223 OPENSSL_EXPORT int CBS_get_asn1_uint64(CBS *cbs, uint64_t *out);
/external/boringssl/src/crypto/evp/
Devp_asn1.c152 !CBS_get_asn1_uint64(&pkcs8, &version) || in EVP_parse_private_key()
/external/boringssl/src/crypto/rsa_extra/
Drsa_asn1.c185 !CBS_get_asn1_uint64(&child, &version)) { in RSA_parse_private_key()
/external/boringssl/src/crypto/dsa/
Ddsa_asn1.c187 !CBS_get_asn1_uint64(&child, &version)) { in DSA_parse_private_key()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp4410 if (!CBS_get_asn1_uint64(cbs->cbs.get(), &value)) { in NativeCrypto_asn1_read_uint64()