HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_GENERALSTRING (Results 1 - 17 of 17) sorted by null

  /external/openssl/crypto/krb5/
krb5_asn.h 99 STACK_OF(ASN1_GENERALSTRING) *namestring;
115 ASN1_GENERALSTRING *realm;
209 ASN1_GENERALSTRING *crealm;
krb5_asn.c 74 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),
  /external/openssl/include/openssl/
krb5_asn.h 99 STACK_OF(ASN1_GENERALSTRING) *namestring;
115 ASN1_GENERALSTRING *realm;
209 ASN1_GENERALSTRING *crealm;
ossl_typ.h 75 #define ASN1_GENERALSTRING ASN1_STRING
90 typedef struct asn1_string_st ASN1_GENERALSTRING;
asn1.h 519 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)
    [all...]
safestack.h 256 #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, (st), (val)
    [all...]
  /external/openssl/crypto/asn1/
tasn_typ.c 94 IMPLEMENT_ASN1_TYPE(ASN1_GENERALSTRING)
95 IMPLEMENT_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
asn1.h 519 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)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_typ.c 93 IMPLEMENT_ASN1_TYPE(ASN1_GENERALSTRING);
94 IMPLEMENT_ASN1_FUNCTIONS(ASN1_GENERALSTRING);
  /external/openssl/crypto/
ossl_typ.h 75 #define ASN1_GENERALSTRING ASN1_STRING
90 typedef struct asn1_string_st ASN1_GENERALSTRING;
  /external/chromium_org/third_party/boringssl/src/include/openssl/
stack_macros.h 179 /* ASN1_GENERALSTRING */
181 ((STACK_OF(ASN1_GENERALSTRING) *)sk_new(CHECKED_CAST( \
183 int (*)(const ASN1_GENERALSTRING **a, const ASN1_GENERALSTRING **b), \
187 ((STACK_OF(ASN1_GENERALSTRING) *)sk_new_null())
190 sk_num(CHECKED_CAST(_STACK *, STACK_OF(ASN1_GENERALSTRING) *, sk))
193 sk_zero(CHECKED_CAST(_STACK *, STACK_OF(ASN1_GENERALSTRING) *, sk));
196 ((ASN1_GENERALSTRING *)sk_value( \
197 CHECKED_CAST(_STACK *, const STACK_OF(ASN1_GENERALSTRING) *, sk), (i)))
200 ((ASN1_GENERALSTRING *)sk_set(
    [all...]
base.h 139 typedef struct asn1_string_st ASN1_GENERALSTRING;
asn1.h 493 ASN1_GENERALSTRING * generalstring;
685 #define M_ASN1_GENERALSTRING_new() (ASN1_GENERALSTRING *)\
692 (ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\
835 DECLARE_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
    [all...]
  /external/openssl/crypto/stack/
safestack.h 256 #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, (st), (val)
    [all...]
  /external/openssl/ssl/
kssl.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 200 ASN1_GENERALSTRING = asn1_string_st
219 ('generalstring', POINTER(ASN1_GENERALSTRING)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 200 ASN1_GENERALSTRING = asn1_string_st
219 ('generalstring', POINTER(ASN1_GENERALSTRING)),
    [all...]

Completed in 994 milliseconds