| Used As |
Name |
Used In |
|
PARAM |
a |
OCSP_SINGLERESP_free (
OCSP_SINGLERESP* a
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_get_ext_count (
OCSP_SINGLERESP* x
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_get_ext_by_NID (
OCSP_SINGLERESP* x,
int nid,
int lastpos
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_get_ext_by_OBJ (
OCSP_SINGLERESP* x,
ASN1_OBJECT* obj,
int lastpos
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_get_ext_by_critical (
OCSP_SINGLERESP* x,
int crit,
int lastpos
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_get_ext (
OCSP_SINGLERESP* x,
int loc
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_delete_ext (
OCSP_SINGLERESP* x,
int loc
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_get1_ext_d2i (
OCSP_SINGLERESP* x,
int nid,
int* crit,
int* idx
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_add1_ext_i2d (
OCSP_SINGLERESP* x,
int nid,
void* value,
int crit,
unsigned long flags
) »
|
|
PARAM |
x |
OCSP_SINGLERESP_add_ext (
OCSP_SINGLERESP* x,
X509_EXTENSION* ex,
int loc
) »
|
|
PARAM |
single |
OCSP_single_get0_status (
OCSP_SINGLERESP* single,
int* reason,
ASN1_GENERALIZEDTIME** revtime,
ASN1_GENERALIZEDTIME** thisupd,
ASN1_GENERALIZEDTIME** nextupd
) »
|
|
RETURN |
|
OCSP_SINGLERESP_new ( ) »
|
|
RETURN |
|
OCSP_resp_get0 (
OCSP_BASICRESP* bs,
int idx
) »
|
|
RETURN |
|
OCSP_basic_add1_status (
OCSP_BASICRESP* rsp,
OCSP_CERTID* cid,
int status,
int reason,
ASN1_TIME* revtime,
ASN1_TIME* thisupd,
ASN1_TIME* nextupd
) »
|