Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Dkrb5_asn.h98 STACK_OF(ASN1_GENERALSTRING) *namestring;
112 ASN1_GENERALSTRING *realm;
195 ASN1_GENERALSTRING *crealm;
A Dossl_typ.h75 # define ASN1_GENERALSTRING ASN1_STRING macro
90 typedef struct asn1_string_st ASN1_GENERALSTRING;
A Dasn1.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\
889 DECLARE_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
A Dsafestack.h258 # define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp))
259 # define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING)
260 # define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st))
261 # define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st))
262 # define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i))
264 # define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st))
273 # define sk_ASN1_GENERALSTRING_dup(st) SKM_sk_dup(ASN1_GENERALSTRING, st)
276 # define sk_ASN1_GENERALSTRING_shift(st) SKM_sk_shift(ASN1_GENERALSTRING, (st))
277 # define sk_ASN1_GENERALSTRING_pop(st) SKM_sk_pop(ASN1_GENERALSTRING, (st))
278 # define sk_ASN1_GENERALSTRING_sort(st) SKM_sk_sort(ASN1_GENERALSTRING, (st))
[all …]

Completed in 38 milliseconds