Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_openssl_ocsp.c61 } ResponseBytes; typedef
70 ResponseBytes *responseBytes;
73 ASN1_SEQUENCE(ResponseBytes) = {
74 ASN1_SIMPLE(ResponseBytes, responseType, ASN1_OBJECT),
75 ASN1_SIMPLE(ResponseBytes, response, ASN1_OCTET_STRING)
76 } ASN1_SEQUENCE_END(ResponseBytes);
80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
487 ResponseBytes *bytes; in check_ocsp_resp()