Home
last modified time | relevance | path

Searched refs:ASN1_UTF8STRING (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
HDtasn_typ.c83 IMPLEMENT_ASN1_TYPE(ASN1_UTF8STRING)
84 IMPLEMENT_ASN1_FUNCTIONS(ASN1_UTF8STRING)
HDx_x509a.c78 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
HDasn1.h544 ASN1_UTF8STRING *utf8string;
762 # define M_ASN1_UTF8STRING_new() (ASN1_UTF8STRING *)\
769 (ASN1_UTF8STRING *)d2i_ASN1_type_bytes\
875 DECLARE_ASN1_FUNCTIONS(ASN1_UTF8STRING)
/freebsd-11-stable/crypto/openssl/crypto/
HDossl_typ.h79 # define ASN1_UTF8STRING ASN1_STRING macro
97 typedef struct asn1_string_st ASN1_UTF8STRING;
/freebsd-11-stable/crypto/openssl/crypto/ts/
HDts_rsp_verify.c78 static char *TS_get_status_text(STACK_OF(ASN1_UTF8STRING) *text);
555 static char *TS_get_status_text(STACK_OF(ASN1_UTF8STRING) *text) in TS_get_status_text()
564 ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i); in TS_get_status_text()
577 ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i); in TS_get_status_text()
HDts.h217 STACK_OF(ASN1_UTF8STRING) *text;
221 DECLARE_STACK_OF(ASN1_UTF8STRING)
222 DECLARE_ASN1_SET_OF(ASN1_UTF8STRING)
HDts_asn1.c180 ASN1_SEQUENCE_OF_OPT(TS_STATUS_INFO, text, ASN1_UTF8STRING),
HDts_rsp_sign.c349 ASN1_UTF8STRING *utf8_text = NULL; in TS_RESP_CTX_set_status_info()
/freebsd-11-stable/crypto/openssl/crypto/stack/
HDsafestack.h368 # define sk_ASN1_UTF8STRING_new(cmp) SKM_sk_new(ASN1_UTF8STRING, (cmp))
369 # define sk_ASN1_UTF8STRING_new_null() SKM_sk_new_null(ASN1_UTF8STRING)
370 # define sk_ASN1_UTF8STRING_free(st) SKM_sk_free(ASN1_UTF8STRING, (st))
371 # define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st))
372 # define sk_ASN1_UTF8STRING_value(st, i) SKM_sk_value(ASN1_UTF8STRING, (st), (i))
373 # define sk_ASN1_UTF8STRING_set(st, i, val) SKM_sk_set(ASN1_UTF8STRING, (st), (i), (val))
374 # define sk_ASN1_UTF8STRING_zero(st) SKM_sk_zero(ASN1_UTF8STRING, (st))
375 # define sk_ASN1_UTF8STRING_push(st, val) SKM_sk_push(ASN1_UTF8STRING, (st), (val))
376 # define sk_ASN1_UTF8STRING_unshift(st, val) SKM_sk_unshift(ASN1_UTF8STRING, (st), (val))
377 # define sk_ASN1_UTF8STRING_find(st, val) SKM_sk_find(ASN1_UTF8STRING, (st), (val))
[all …]
/freebsd-11-stable/crypto/openssl/util/
HDindent.pro98 -T ASN1_UTF8STRING
/freebsd-11-stable/crypto/openssl/crypto/x509/
HDx509.h265 ASN1_UTF8STRING *alias; /* "friendly name" */
/freebsd-11-stable/crypto/openssl/
HDCHANGES9044 STACK_OF() problems: you couldn't declare STACK_OF(ASN1_UTF8STRING)