Searched refs:statusString (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_status_test.c45 ASN1_UTF8STRING *statusString = NULL; local
58 if (!TEST_ptr(statusString =
62 (char *)statusString->data, statusString->length))
H A Dcmp_ctx_test.c94 && ctx->statusString == NULL
783 DEFINE_SET_GET_SK_TEST(ossl_cmp, ctx, 0, 0, statusString, ASN1_UTF8STRING)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_status.c69 return si->statusString;
198 * if present, print failInfo before statusString because it is more concise
222 /* statusString sequence is optional and may be empty */
255 statusInfo->statusString, buf, bufsize);
294 if ((si->statusString = sk_ASN1_UTF8STRING_new_null()) == NULL)
296 if (!sk_ASN1_UTF8STRING_push(si->statusString, utf8_text))
H A Dcmp_ctx.c232 sk_ASN1_UTF8STRING_pop_free(ctx->statusString, ASN1_UTF8STRING_free);
263 * Returns the statusString from the last CertRepMessage
272 return ctx->statusString;
280 sk_ASN1_UTF8STRING_pop_free(ctx->statusString, ASN1_UTF8STRING_free);
281 ctx->statusString = text;
H A Dcmp_local.h123 OSSL_CMP_PKIFREETEXT *statusString; /* of last IP/CP/KUP/RP/error */ member in struct:ossl_cmp_ctx_st
283 * statusString PKIFreeText OPTIONAL,
289 OSSL_CMP_PKIFREETEXT *statusString; member in struct:ossl_cmp_pkisi_st
H A Dcmp_client.c104 || (ctx->statusString == NULL))
107 ss = si->statusString; /* may be NULL */
111 if (!sk_ASN1_UTF8STRING_push(ctx->statusString, ASN1_STRING_dup(str)))
H A Dcmp_asn.c312 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING),

Completed in 122 milliseconds