Home
last modified time | relevance | path

Searched refs:statusString (Results 1 – 12 of 12) sorted by relevance

/openssl/test/
H A Dcmp_status_test.c44 ASN1_UTF8STRING *statusString = NULL; in execute_PKISI_test() local
57 if (!TEST_ptr(statusString = in execute_PKISI_test()
61 (char *)statusString->data, statusString->length)) in execute_PKISI_test()
H A Dcmp_ctx_test.c90 && ctx->statusString == NULL in execute_CTX_reinit_test()
802 DEFINE_SET_GET_SK_TEST(ossl_cmp, ctx, 0, 0, statusString, ASN1_UTF8STRING) in DEFINE_SET_CB_TEST()
/openssl/crypto/cmp/
H A Dcmp_status.c69 return si->statusString; in ossl_cmp_pkisi_get0_statusString()
255 statusInfo->statusString, buf, bufsize); in OSSL_CMP_snprint_PKIStatusInfo()
294 if ((si->statusString = sk_ASN1_UTF8STRING_new_null()) == NULL) in OSSL_CMP_STATUSINFO_new()
296 if (!sk_ASN1_UTF8STRING_push(si->statusString, utf8_text)) in OSSL_CMP_STATUSINFO_new()
H A Dcmp_client.c103 || (ctx->statusString == NULL)) in save_statusInfo()
106 ss = si->statusString; /* may be NULL */ in save_statusInfo()
110 if (!sk_ASN1_UTF8STRING_push(ctx->statusString, ASN1_STRING_dup(str))) in save_statusInfo()
H A Dcmp_ctx.c246 OSSL_CMP_PKIFREETEXT_free(ctx->statusString); in OSSL_CMP_CTX_free()
288 DEFINE_OSSL_CMP_CTX_get0(statusString, OSSL_CMP_PKIFREETEXT)
290 DEFINE_OSSL_set0(ossl_cmp_ctx, statusString, OSSL_CMP_PKIFREETEXT)
H A Dcmp_local.h129 OSSL_CMP_PKIFREETEXT *statusString; /* of last IP/CP/KUP/RP/error */ member
343 OSSL_CMP_PKIFREETEXT *statusString; member
H A Dcmp_asn.c941 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING),
/openssl/doc/man3/
H A DOSSL_CMP_STATUSINFO_new.pod29 copies I<text> (unless it is NULL) to statusString,
H A DOSSL_CMP_CTX_new.pod707 OSSL_CMP_CTX_get0_statusString() returns the statusString from the last received
/openssl/doc/internal/man3/
H A Dossl_cmp_ctx_set1_caPubs.pod42 ossl_cmp_ctx_set0_statusString() sets the statusString field of the context.
H A Dossl_cmp_pkisi_get_status.pod65 ossl_cmp_pkisi_get0_statusString() returns a direct pointer to the statusString
H A Dossl_cmp_certreq_new.pod130 set to B<rejected>, and I<text> is copied to statusString unless it is NULL.

Completed in 32 milliseconds