Searched refs:ASN1_UTF8STRING (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_typ.c82 IMPLEMENT_ASN1_TYPE(ASN1_UTF8STRING)
83 IMPLEMENT_ASN1_FUNCTIONS(ASN1_UTF8STRING)
H A Dx_x509a.c77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
H A Dasn1.h542 ASN1_UTF8STRING * utf8string;
760 #define M_ASN1_UTF8STRING_new() (ASN1_UTF8STRING *)\
767 (ASN1_UTF8STRING *)d2i_ASN1_type_bytes\
865 DECLARE_ASN1_FUNCTIONS(ASN1_UTF8STRING)
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dossl_typ.h79 #define ASN1_UTF8STRING ASN1_STRING macro
97 typedef struct asn1_string_st ASN1_UTF8STRING; typedef in typeref:struct:asn1_string_st
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c76 static char *TS_get_status_text(STACK_OF(ASN1_UTF8STRING) *text);
534 static char *TS_get_status_text(STACK_OF(ASN1_UTF8STRING) *text)
544 ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i);
557 ASN1_UTF8STRING *current = sk_ASN1_UTF8STRING_value(text, i);
H A Dts.h219 STACK_OF(ASN1_UTF8STRING) *text;
223 DECLARE_STACK_OF(ASN1_UTF8STRING)
224 DECLARE_ASN1_SET_OF(ASN1_UTF8STRING)
H A Dts_asn1.c175 ASN1_SEQUENCE_OF_OPT(TS_STATUS_INFO, text, ASN1_UTF8STRING),
H A Dts_rsp_sign.c347 ASN1_UTF8STRING *utf8_text = NULL;
/freebsd-10.0-release/crypto/openssl/crypto/stack/
H A Dsafestack.h366 #define sk_ASN1_UTF8STRING_new(cmp) SKM_sk_new(ASN1_UTF8STRING, (cmp))
367 #define sk_ASN1_UTF8STRING_new_null() SKM_sk_new_null(ASN1_UTF8STRING)
368 #define sk_ASN1_UTF8STRING_free(st) SKM_sk_free(ASN1_UTF8STRING, (st))
369 #define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st))
370 #define sk_ASN1_UTF8STRING_value(st, i) SKM_sk_value(ASN1_UTF8STRING, (st), (i))
371 #define sk_ASN1_UTF8STRING_set(st, i, val) SKM_sk_set(ASN1_UTF8STRING, (st), (i), (val))
372 #define sk_ASN1_UTF8STRING_zero(st) SKM_sk_zero(ASN1_UTF8STRING, (st))
373 #define sk_ASN1_UTF8STRING_push(st, val) SKM_sk_push(ASN1_UTF8STRING, (st), (val))
374 #define sk_ASN1_UTF8STRING_unshift(st, val) SKM_sk_unshift(ASN1_UTF8STRING, (st), (val))
375 #define sk_ASN1_UTF8STRING_find(st, val) SKM_sk_find(ASN1_UTF8STRING, (s
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509.h274 ASN1_UTF8STRING *alias; /* "friendly name" */

Completed in 147 milliseconds