Searched refs:errorDetails (Results 1 – 9 of 9) sorted by relevance
605 const OSSL_CMP_PKIFREETEXT *errorDetails) in process_error() argument632 if (sk_ASN1_UTF8STRING_num(errorDetails) <= 0) { in process_error()636 for (i = 0; i < sk_ASN1_UTF8STRING_num(errorDetails); i++) { in process_error()640 sk_ASN1_UTF8STRING_value(errorDetails, i), in process_error()
147 the library and reason strings are included in the B<errorDetails> field.148 If given, the I<details> are added to the contents of the B<errorDetails> field.
136 const OSSL_CMP_PKIFREETEXT *errorDetails) in process_error() argument
244 if (emc->errorDetails != NULL) { in send_receive_check()245 char *text = ossl_sk_ASN1_UTF8STRING2text(emc->errorDetails, ", ", in send_receive_check()
413 OSSL_CMP_PKIFREETEXT *errorDetails; member
391 errorContent->errorCode, errorContent->errorDetails); in process_error()
61 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ERRORMSGCONTENT, errorDetails,
833 msg->body->value.error->errorDetails = ft; in ossl_cmp_error_new()
59 const OSSL_CMP_PKIFREETEXT *errorDetails);