Searched refs:CBS_ASN1_INTEGER (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/bn_extra/ |
D | bn_asn1.c | 23 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_INTEGER) || in BN_parse_asn1_unsigned() 47 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_INTEGER) || in BN_parse_asn1_unsigned_buggy() 69 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_INTEGER) || in BN_marshal_asn1()
|
/external/boringssl/src/crypto/pkcs7/ |
D | pkcs7.c | 155 !CBB_add_asn1(&seq, &version_bytes, CBS_ASN1_INTEGER) || in pkcs7_bundle()
|
/external/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 277 !CBS_get_asn1(&field_id, out_prime, CBS_ASN1_INTEGER) || in parse_explicit_prime_curve() 285 !CBS_get_asn1(¶ms, out_order, CBS_ASN1_INTEGER) || in parse_explicit_prime_curve()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 130 #define CBS_ASN1_INTEGER 0x2u macro
|
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.c | 254 if (CBS_peek_asn1_tag(&pbkdf2_params, CBS_ASN1_INTEGER)) { in PKCS5_pbe2_decrypt_init()
|
D | pkcs8_x509.c | 420 !CBS_get_asn1(&contents, &version_bytes, CBS_ASN1_INTEGER) || in PKCS12_handle_content_info()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 332 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_INTEGER)) { in CBS_get_asn1_uint64()
|
D | cbb.c | 446 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_INTEGER)) { in CBB_add_asn1_uint64()
|
/external/boringssl/src/ssl/ |
D | ssl_cert.cc | 549 !CBS_get_asn1(out_tbs_cert, NULL, CBS_ASN1_INTEGER) || in ssl_cert_skip_to_spki()
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 8276 if (!CBS_get_asn1(cert_id, &serial, CBS_ASN1_INTEGER)) { in ocsp_cert_id_matches_certificate()
|