Searched refs:statusString (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/ |
A D | cmp_status_test.c | 45 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 D | cmp_ctx_test.c | 94 && 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 D | cmp_status.c | 66 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 D | cmp_ctx.c | 222 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 D | cmp_client.c | 109 || (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 D | cmp_local.h | 123 OSSL_CMP_PKIFREETEXT *statusString; /* of last IP/CP/KUP/RP/error */ member 289 OSSL_CMP_PKIFREETEXT *statusString; member
|
A D | cmp_asn.c | 312 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING),
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_STATUSINFO_new.pod | 29 copies I<text> (unless it is NULL) to statusString,
|
A D | OSSL_CMP_CTX_new.pod | 617 OSSL_CMP_CTX_get0_statusString() returns the statusString from the last received
|
/openssl-master/doc/internal/man3/ |
A D | ossl_cmp_ctx_set1_caPubs.pod | 42 ossl_cmp_ctx_set0_statusString() sets the statusString field of the context.
|
A D | ossl_cmp_pkisi_get_status.pod | 65 ossl_cmp_pkisi_get0_statusString() returns a direct pointer to the statusString
|
A D | ossl_cmp_certreq_new.pod | 129 set to B<rejected>, and I<text> is copied to statusString unless it is NULL.
|
Completed in 21 milliseconds