Searched refs:crlstatus (Results 1 – 6 of 6) sorted by relevance
620 OSSL_CMP_CRLSTATUS *crlstatus; in OSSL_CMP_CRLSTATUS_new1() local631 if ((crlstatus = OSSL_CMP_CRLSTATUS_new()) == NULL) in OSSL_CMP_CRLSTATUS_new1()633 crlsource = crlstatus->source; in OSSL_CMP_CRLSTATUS_new1()648 && (crlstatus->thisUpdate = ASN1_TIME_dup(thisUpdate)) == NULL) in OSSL_CMP_CRLSTATUS_new1()650 return crlstatus; in OSSL_CMP_CRLSTATUS_new1()653 OSSL_CMP_CRLSTATUS_free(crlstatus); in OSSL_CMP_CRLSTATUS_new1()755 int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus, in OSSL_CMP_CRLSTATUS_get0() argument761 if (crlstatus == NULL || dpn == NULL || issuer == NULL) { in OSSL_CMP_CRLSTATUS_get0()765 if ((crlsource = crlstatus->source) == NULL) { in OSSL_CMP_CRLSTATUS_get0()781 *thisUpdate = crlstatus->thisUpdate; in OSSL_CMP_CRLSTATUS_get0()
462 OSSL_CMP_CRLSTATUS *crlstatus; in check_client_crl() local474 crlstatus = sk_OSSL_CMP_CRLSTATUS_value(crlStatusList, 0); in check_client_crl()475 if (!OSSL_CMP_CRLSTATUS_get0(crlstatus, &dpn, &issuer, &thisupd)) in check_client_crl()
44 int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus,129 OSSL_CMP_CRLSTATUS_get0() reads the fields of I<crlstatus>
461 int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus,464 void OSSL_CMP_CRLSTATUS_free(OSSL_CMP_CRLSTATUS *crlstatus);
318 int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus,321 void OSSL_CMP_CRLSTATUS_free(OSSL_CMP_CRLSTATUS *crlstatus);
239 CMP_R_GENERATE_CRLSTATUS:198:error creating crlstatus