Searched refs:sk_ASN1_UTF8STRING_new_null (Results 1 – 7 of 7) sorted by relevance
168 && (hdr->freeText = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_hdr_push0_freeText()180 && (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()
103 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in save_statusInfo()
746 if ((ft = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_error_new()
312 && (si->text = sk_ASN1_UTF8STRING_new_null()) == NULL) in TS_RESP_CTX_set_status_info()
75 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in execute_CTX_reinit_test()
763 #define sk_ASN1_UTF8STRING_new_null() ((STACK_OF(ASN1_UTF8STRING) *)OPENSSL_sk_new_null()) macro