Searched refs:CBS_get_optional_asn1_octet_string (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/lib/libssl/ |
H A D | ssl_asn1.c | 337 if (!CBS_get_optional_asn1_octet_string(&session, &session_id, &present, in d2i_SSL_SESSION() 358 if (!CBS_get_optional_asn1_octet_string(&session, &hostname, &present, in d2i_SSL_SESSION() 384 if (!CBS_get_optional_asn1_octet_string(&session, &ticket, &present, in d2i_SSL_SESSION()
|
H A D | bytestring.h | 305 * CBS_get_optional_asn1_octet_string gets an optional 312 int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present,
|
H A D | bs_cbs.c | 545 CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present, in CBS_get_optional_asn1_octet_string() function
|
/openbsd-src/regress/lib/libssl/bytestring/ |
H A D | bytestringtest.c | 235 CHECK(CBS_get_optional_asn1_octet_string(&data, &contents, &present, in test_get_asn1() 239 CHECK(CBS_get_optional_asn1_octet_string(&data, &contents, NULL, 0xa0)); in test_get_asn1() 255 CHECK(CBS_get_optional_asn1_octet_string(&data, &contents, &present, in test_get_asn1() 259 CHECK(CBS_get_optional_asn1_octet_string(&data, &contents, &present, in test_get_asn1() 267 CHECK(!CBS_get_optional_asn1_octet_string(&data, &contents, &present, in test_get_asn1()
|
/openbsd-src/lib/libcrypto/bytestring/ |
H A D | bytestring.h | 305 * CBS_get_optional_asn1_octet_string gets an optional 312 int CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present,
|
H A D | bs_cbs.c | 545 CBS_get_optional_asn1_octet_string(CBS *cbs, CBS *out, int *out_present, in CBS_get_optional_asn1_octet_string() function
|