Home
last modified time | relevance | path

Searched refs:ASN1_GENERALSTRING (Results 1 – 8 of 8) sorted by relevance

/trueos/crypto/openssl/crypto/krb5/
HDkrb5_asn.h98 STACK_OF(ASN1_GENERALSTRING) *namestring;
112 ASN1_GENERALSTRING *realm;
195 ASN1_GENERALSTRING *crealm;
HDkrb5_asn.c75 ASN1_EXP_SEQUENCE_OF(KRB5_PRINCNAME, namestring, ASN1_GENERALSTRING, 1)
83 ASN1_EXP(KRB5_TKTBODY, realm, ASN1_GENERALSTRING, 1),
144 ASN1_EXP(KRB5_AUTHENTBODY, crealm, ASN1_GENERALSTRING, 1),
/trueos/crypto/openssl/crypto/asn1/
HDtasn_typ.c95 IMPLEMENT_ASN1_TYPE(ASN1_GENERALSTRING)
96 IMPLEMENT_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
HDasn1.h522 DECLARE_STACK_OF(ASN1_GENERALSTRING)
538 ASN1_GENERALSTRING *generalstring;
722 # define M_ASN1_GENERALSTRING_new() (ASN1_GENERALSTRING *)\
729 (ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\
887 DECLARE_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
/trueos/crypto/openssl/crypto/
HDossl_typ.h75 # define ASN1_GENERALSTRING ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_GENERALSTRING;
/trueos/crypto/openssl/crypto/stack/
HDsafestack.h254 # define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp))
255 # define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING)
256 # define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st))
257 # define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st))
258 # define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i))
259 # define sk_ASN1_GENERALSTRING_set(st, i, val) SKM_sk_set(ASN1_GENERALSTRING, (st), (i), (val))
260 # define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st))
261 # define sk_ASN1_GENERALSTRING_push(st, val) SKM_sk_push(ASN1_GENERALSTRING, (st), (val))
262 # define sk_ASN1_GENERALSTRING_unshift(st, val) SKM_sk_unshift(ASN1_GENERALSTRING, (st), (val))
263 # define sk_ASN1_GENERALSTRING_find(st, val) SKM_sk_find(ASN1_GENERALSTRING, (st), (val))
[all …]
/trueos/crypto/openssl/util/
HDindent.pro75 -T ASN1_GENERALSTRING
/trueos/crypto/openssl/ssl/
HDkssl.c1217 ASN1_GENERALSTRING *gstr_svc, *gstr_host; in kssl_TKT2tkt()