Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc188 !CBS_get_asn1_uint64(&seq, &handoff_version) || in SSL_apply_handoff()
333 !CBS_get_asn1_uint64(&seq, &handback_version) || in SSL_apply_handback()
335 !CBS_get_asn1_uint64(&seq, &type)) { in SSL_apply_handback()
377 !CBS_get_asn1_uint64(&seq, &negotiated_token_binding_param) || in SSL_apply_handback()
382 !CBS_get_asn1_uint64(&seq, &cipher)) { in SSL_apply_handback()
Dssl_asn1.cc525 !CBS_get_asn1_uint64(&session, &version) || in SSL_SESSION_parse()
527 !CBS_get_asn1_uint64(&session, &ssl_version) || in SSL_SESSION_parse()
569 !CBS_get_asn1_uint64(&child, &ret->time) || in SSL_SESSION_parse()
571 !CBS_get_asn1_uint64(&child, &timeout) || in SSL_SESSION_parse()
Dssl_key_share.cc343 if (!CBS_get_asn1_uint64(in, &group) || group > 0xffff) { in Create()
/external/nos/host/android/hals/keymaster/
Dimport_wrapped_key.cpp128 if (!CBS_get_asn1_uint64(&set, &val)) { in parse_asn1_set()
361 !CBS_get_asn1_uint64(&child, &wrapperFormatVersion)) { in import_wrapped_key_request()
400 if (!CBS_get_asn1_uint64(&keyDescription, &keyFormat)) { in import_wrapped_key_request()
/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.c264 !CBS_get_asn1_uint64(&pbe_param, &iterations) || in pkcs12_pbe_decrypt_init()
Dpkcs8_x509.c617 !CBS_get_asn1_uint64(&pfx, &version)) { in PKCS12_get_key_and_certs()
690 if (!CBS_get_asn1_uint64(&mac_data, &iterations) || in PKCS12_get_key_and_certs()
/external/boringssl/src/crypto/dh/
Ddh_asn1.c101 if (!CBS_get_asn1_uint64(&child, &priv_length) || in DH_parse_parameters()
/external/boringssl/src/crypto/pkcs7/
Dpkcs7.c66 !CBS_get_asn1_uint64(&signed_data, &version) || in pkcs7_parse_header()
/external/boringssl/src/crypto/bytestring/
Dcbs.c404 int CBS_get_asn1_uint64(CBS *cbs, uint64_t *out) { in CBS_get_asn1_uint64() function
504 if (!CBS_get_asn1_uint64(&child, out) || in CBS_get_optional_asn1_uint64()
Dbytestring_test.cc735 ASSERT_TRUE(CBS_get_asn1_uint64(&cbs, &value)); in TEST()
753 EXPECT_FALSE(CBS_get_asn1_uint64(&cbs, &value)); in TEST()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c79 !CBS_get_asn1_uint64(&ec_private_key, &version) || in EC_KEY_parse_private_key()
270 !CBS_get_asn1_uint64(&params, &version) || in parse_explicit_prime_curve()
/external/boringssl/src/include/openssl/
Dbytestring.h254 OPENSSL_EXPORT int CBS_get_asn1_uint64(CBS *cbs, uint64_t *out);
/external/boringssl/src/crypto/rsa_extra/
Drsa_asn1.c166 !CBS_get_asn1_uint64(&child, &version)) { in RSA_parse_private_key()
/external/boringssl/src/crypto/evp/
Devp_asn1.c158 !CBS_get_asn1_uint64(&pkcs8, &version) || in EVP_parse_private_key()
/external/boringssl/src/crypto/dsa/
Ddsa_asn1.c187 !CBS_get_asn1_uint64(&child, &version)) { in DSA_parse_private_key()
/external/fsverity-utils/
Dsign.c232 !CBS_get_asn1_uint64(&signed_data, &version) || in compare_fsverity_digest_pkcs7()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list627 CBS_get_asn1_uint64
DBoringSSL-GRPC.podspec2179 '#define CBS_get_asn1_uint64 GRPC_SHADOW_CBS_get_asn1_uint64',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h655 #define CBS_get_asn1_uint64 GRPC_SHADOW_CBS_get_asn1_uint64 macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4813 if (!CBS_get_asn1_uint64(cbs->cbs.get(), &value)) { in NativeCrypto_asn1_read_uint64()