HomeSort by relevance Sort by last modified time
    Searched defs:responseBytes (Results 1 - 3 of 3) sorted by null

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
OCSPResponse.java 16 ResponseBytes responseBytes;
20 ResponseBytes responseBytes)
23 this.responseBytes = responseBytes;
34 responseBytes = ResponseBytes.getInstance(
66 public ResponseBytes getResponseBytes()
68 return responseBytes;
    [all...]
  /external/openssl/crypto/ocsp/
ocsp.h 175 /* ResponseBytes ::= SEQUENCE {
187 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
192 OCSP_RESPBYTES *responseBytes;
  /external/openssl/include/openssl/
ocsp.h 175 /* ResponseBytes ::= SEQUENCE {
187 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
192 OCSP_RESPBYTES *responseBytes;

Completed in 126 milliseconds