Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcmp_status_test.c45 ASN1_UTF8STRING *statusString = NULL; in execute_PKISI_test() local
58 if (!TEST_ptr(statusString = in execute_PKISI_test()
62 (char *)statusString->data, statusString->length)) in execute_PKISI_test()
A Dcmp_ctx_test.c94 && ctx->statusString == NULL in execute_CTX_reinit_test()
780 DEFINE_SET_GET_SK_TEST(ossl_cmp, ctx, 0, 0, statusString, ASN1_UTF8STRING) in DEFINE_SET_CB_TEST()
/openssl-master/crypto/cmp/
A Dcmp_status.c66 return si->statusString; in ossl_cmp_pkisi_get0_statusString()
248 statusInfo->statusString, buf, bufsize); in OSSL_CMP_snprint_PKIStatusInfo()
287 if ((si->statusString = sk_ASN1_UTF8STRING_new_null()) == NULL) in OSSL_CMP_STATUSINFO_new()
289 if (!sk_ASN1_UTF8STRING_push(si->statusString, utf8_text)) in OSSL_CMP_STATUSINFO_new()
A Dcmp_ctx.c222 sk_ASN1_UTF8STRING_pop_free(ctx->statusString, ASN1_UTF8STRING_free); in OSSL_CMP_CTX_free()
262 return ctx->statusString; in OSSL_CMP_CTX_get0_statusString()
270 sk_ASN1_UTF8STRING_pop_free(ctx->statusString, ASN1_UTF8STRING_free); in ossl_cmp_ctx_set0_statusString()
271 ctx->statusString = text; in ossl_cmp_ctx_set0_statusString()
A Dcmp_client.c109 || (ctx->statusString == NULL)) in save_statusInfo()
112 ss = si->statusString; /* may be NULL */ in save_statusInfo()
116 if (!sk_ASN1_UTF8STRING_push(ctx->statusString, ASN1_STRING_dup(str))) in save_statusInfo()
A Dcmp_local.h123 OSSL_CMP_PKIFREETEXT *statusString; /* of last IP/CP/KUP/RP/error */ member
289 OSSL_CMP_PKIFREETEXT *statusString; member
A Dcmp_asn.c312 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING),
/openssl-master/doc/man3/
A DOSSL_CMP_STATUSINFO_new.pod29 copies I<text> (unless it is NULL) to statusString,
A DOSSL_CMP_CTX_new.pod617 OSSL_CMP_CTX_get0_statusString() returns the statusString from the last received
/openssl-master/doc/internal/man3/
A Dossl_cmp_ctx_set1_caPubs.pod42 ossl_cmp_ctx_set0_statusString() sets the statusString field of the context.
A Dossl_cmp_pkisi_get_status.pod65 ossl_cmp_pkisi_get0_statusString() returns a direct pointer to the statusString
A Dossl_cmp_certreq_new.pod129 set to B<rejected>, and I<text> is copied to statusString unless it is NULL.

Completed in 21 milliseconds