Home
last modified time | relevance | path

Searched refs:sk_ASN1_UTF8STRING_new_null (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c168 && (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()
H A Dcmp_status.c294 if ((si->statusString = sk_ASN1_UTF8STRING_new_null()) == NULL) in OSSL_CMP_STATUSINFO_new()
H A Dcmp_client.c103 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in save_statusInfo()
H A Dcmp_msg.c746 if ((ft = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_error_new()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c312 && (si->text = sk_ASN1_UTF8STRING_new_null()) == NULL) in TS_RESP_CTX_set_status_info()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c75 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in execute_CTX_reinit_test()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h763 #define sk_ASN1_UTF8STRING_new_null() ((STACK_OF(ASN1_UTF8STRING) *)OPENSSL_sk_new_null()) macro