Searched refs:CBS_get_optional_asn1_octet_string (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 176 !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()
|
D | cbs.c | 348 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/ |
D | ssl_asn1.c | 413 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/ |
D | bytestring.h | 195 OPENSSL_EXPORT int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out,
|