Lines Matching refs:si
51 OSSL_CMP_PKISI *si = in unprotected_exception() local
55 if (si == NULL) in unprotected_exception()
57 if (ossl_cmp_pkisi_get_status(si) == OSSL_CMP_PKISTATUS_rejection) in unprotected_exception()
88 static int save_statusInfo(OSSL_CMP_CTX *ctx, OSSL_CMP_PKISI *si) in save_statusInfo() argument
93 if (!ossl_assert(ctx != NULL && si != NULL)) in save_statusInfo()
96 ctx->status = ossl_cmp_pkisi_get_status(si); in save_statusInfo()
100 ctx->failInfoCode = ossl_cmp_pkisi_get_pkifailureinfo(si); in save_statusInfo()
106 ss = si->statusString; /* may be NULL */ in save_statusInfo()
238 OSSL_CMP_PKISI *si = emc->pKIStatusInfo; in send_receive_check() local
241 if (save_statusInfo(ctx, si) in send_receive_check()
480 OSSL_CMP_PKISI *si = NULL; in ossl_cmp_exchange_error() local
485 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt)) == NULL) in ossl_cmp_exchange_error()
488 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
496 OSSL_CMP_PKISI_free(si); in ossl_cmp_exchange_error()
669 OSSL_CMP_PKISI *si; in cert_response() local
685 si = crep->status; in cert_response()
696 si = (*resp)->body->value.error->pKIStatusInfo; in cert_response()
702 if (!save_statusInfo(ctx, si)) in cert_response()
705 if (ossl_cmp_pkisi_get_status(si) == OSSL_CMP_PKISTATUS_waiting) { in cert_response()
901 OSSL_CMP_PKISI *si = NULL; in OSSL_CMP_exec_RR_ses() local
938 si = ossl_cmp_revrepcontent_get_pkisi(rrep, rsid); in OSSL_CMP_exec_RR_ses()
939 if (!save_statusInfo(ctx, si)) in OSSL_CMP_exec_RR_ses()
941 switch (ossl_cmp_pkisi_get_status(si)) { in OSSL_CMP_exec_RR_ses()