Searched refs:sk_ASN1_UTF8STRING_new_null (Results 1 – 7 of 7) sorted by relevance
150 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push0_freeText()162 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push1_freeText()
294 if ((si->statusString = sk_ASN1_UTF8STRING_new_null()) == NULL) in OSSL_CMP_STATUSINFO_new()
102 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in save_statusInfo()
813 if ((ft = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_error_new()
307 && (si->text = sk_ASN1_UTF8STRING_new_null()) == NULL) { in TS_RESP_CTX_set_status_info()
71 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in execute_CTX_reinit_test()
767 #define sk_ASN1_UTF8STRING_new_null() ((STACK_OF(ASN1_UTF8STRING) *)OPENSSL_sk_new_null()) macro