Searched refs:ASN1_GENERALSTRING (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.h99 STACK_OF(ASN1_GENERALSTRING) *namestring;
115 ASN1_GENERALSTRING *realm;
209 ASN1_GENERALSTRING *crealm;
H A Dkrb5_asn.c74 ASN1_EXP_SEQUENCE_OF(KRB5_PRINCNAME, namestring, ASN1_GENERALSTRING, 1)
83 ASN1_EXP(KRB5_TKTBODY, realm, ASN1_GENERALSTRING, 1),
148 ASN1_EXP(KRB5_AUTHENTBODY, crealm, ASN1_GENERALSTRING, 1),
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_typ.c94 IMPLEMENT_ASN1_TYPE(ASN1_GENERALSTRING)
95 IMPLEMENT_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
H A Dasn1.h519 DECLARE_STACK_OF(ASN1_GENERALSTRING)
536 ASN1_GENERALSTRING * generalstring;
720 #define M_ASN1_GENERALSTRING_new() (ASN1_GENERALSTRING *)\
727 (ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\
879 DECLARE_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dossl_typ.h75 #define ASN1_GENERALSTRING ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_GENERALSTRING; typedef in typeref:struct:asn1_string_st
/freebsd-10.0-release/crypto/openssl/crypto/stack/
H A Dsafestack.h256 #define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp))
257 #define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING)
258 #define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st))
259 #define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st))
260 #define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i))
261 #define sk_ASN1_GENERALSTRING_set(st, i, val) SKM_sk_set(ASN1_GENERALSTRING, (st), (i), (val))
262 #define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st))
263 #define sk_ASN1_GENERALSTRING_push(st, val) SKM_sk_push(ASN1_GENERALSTRING, (st), (val))
264 #define sk_ASN1_GENERALSTRING_unshift(st, val) SKM_sk_unshift(ASN1_GENERALSTRING, (st), (val))
265 #define sk_ASN1_GENERALSTRING_find(st, val) SKM_sk_find(ASN1_GENERALSTRING, (s
[all...]
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.c1236 ASN1_GENERALSTRING *gstr_svc, *gstr_host;

Completed in 154 milliseconds