Home
last modified time | relevance | path

Searched refs:CBS_get_optional_asn1_octet_string (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc176 !CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa0) || in TestGetASN1()
179 !CBS_get_optional_asn1_octet_string(&data, &contents, NULL, 0xa0) || in TestGetASN1()
199 if (!CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa0) || in TestGetASN1()
202 !CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa1) || in TestGetASN1()
211 if (CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa1)) { in TestGetASN1()
Dcbs.c348 int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present, in CBS_get_optional_asn1_octet_string() function
/external/boringssl/src/ssl/
Dssl_asn1.c413 if (!CBS_get_optional_asn1_octet_string(cbs, &value, &present, tag)) { in SSL_SESSION_parse_string()
442 if (!CBS_get_optional_asn1_octet_string(cbs, &value, NULL, tag)) { in SSL_SESSION_parse_octet_string()
458 if (!CBS_get_optional_asn1_octet_string(cbs, &value, NULL, tag) || in SSL_SESSION_parse_bounded_octet_string()
/external/boringssl/src/include/openssl/
Dbytestring.h195 OPENSSL_EXPORT int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out,