HomeSort by: relevance | last modified time | path
    Searched defs:responseBytes (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_local.h 78 /*- ResponseBytes ::= SEQUENCE {
89 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
93 OCSP_RESPBYTES *responseBytes;
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_local.h 78 /*- ResponseBytes ::= SEQUENCE {
89 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
93 OCSP_RESPBYTES *responseBytes;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_local.h 76 /*- ResponseBytes ::= SEQUENCE {
87 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
91 OCSP_RESPBYTES *responseBytes;
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl_ocsp.c 54 * ResponseBytes ::= SEQUENCE {
61 } ResponseBytes;
66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
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);
    [all...]

Completed in 17 milliseconds