Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H 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()
H A Dcmp_ctx_test.c94 && ctx->statusString == NULL in execute_CTX_reinit_test()
783 DEFINE_SET_GET_SK_TEST(ossl_cmp, ctx, 0, 0, statusString, ASN1_UTF8STRING) in DEFINE_SET_CB_TEST()
/netbsd-src/crypto/external/bsd/openssl/dist/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_ctx.c232 sk_ASN1_UTF8STRING_pop_free(ctx->statusString, ASN1_UTF8STRING_free); in OSSL_CMP_CTX_free()
272 return ctx->statusString; in OSSL_CMP_CTX_get0_statusString()
280 sk_ASN1_UTF8STRING_pop_free(ctx->statusString, ASN1_UTF8STRING_free); in ossl_cmp_ctx_set0_statusString()
281 ctx->statusString = text; in ossl_cmp_ctx_set0_statusString()
H A Dcmp_client.c104 || (ctx->statusString == NULL)) in save_statusInfo()
107 ss = si->statusString; /* may be NULL */ in save_statusInfo()
111 if (!sk_ASN1_UTF8STRING_push(ctx->statusString, ASN1_STRING_dup(str))) in save_statusInfo()
H A Dcmp_local.h123 OSSL_CMP_PKIFREETEXT *statusString; /* of last IP/CP/KUP/RP/error */ member
289 OSSL_CMP_PKIFREETEXT *statusString; member
H A Dcmp_asn.c312 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING),
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_STATUSINFO_new.pod29 copies I<text> (unless it is NULL) to statusString,
/netbsd-src/crypto/external/bsd/openssl/dist/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.