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.c150 && (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()
H A Dcmp_status.c294 if ((si->statusString = sk_ASN1_UTF8STRING_new_null()) == NULL) in OSSL_CMP_STATUSINFO_new()
H A Dcmp_client.c102 if (!ossl_cmp_ctx_set0_statusString(ctx, sk_ASN1_UTF8STRING_new_null()) in save_statusInfo()
H A Dcmp_msg.c813 if ((ft = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_error_new()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c307 && (si->text = sk_ASN1_UTF8STRING_new_null()) == NULL) { in TS_RESP_CTX_set_status_info()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c71 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.h767 #define sk_ASN1_UTF8STRING_new_null() ((STACK_OF(ASN1_UTF8STRING) *)OPENSSL_sk_new_null()) macro