Searched refs:ex_class (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/util/
H A Dmkstack.pl94 #define d2i_ASN1_SET_OF_${type_thing}(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \\
95 SKM_ASN1_SET_OF_d2i($type_thing, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
96 #define i2d_ASN1_SET_OF_${type_thing}(st, pp, i2d_func, ex_tag, ex_class, is_set) \\
97 SKM_ASN1_SET_OF_i2d($type_thing, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_set.c90 int ex_class, int is_set)
108 ASN1_put_object(&p, 1, ret, ex_tag, ex_class);
166 int ex_class)
185 if (ex_class != c.xclass) {
89 i2d_ASN1_SET(STACK * a, unsigned char **pp, i2d_of_void *i2d, int ex_tag, int ex_class, int is_set) argument
164 d2i_ASN1_SET(STACK ** a, const unsigned char **pp, long length, d2i_of_void *d2i, void (*free_func) (void *), int ex_tag, int ex_class) argument
H A Dasn1.h881 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
884 int ex_tag, int ex_class);
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A Dsafestack.h132 # define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
137 ex_tag, ex_class)
139 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
142 ex_tag, ex_class, is_set)
208 # define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
209 d2i_ASN1_SET(st,pp,length, (void *(*)(void ** ,const unsigned char ** ,long))d2i_func, (void (*)(void *))free_func, ex_tag,ex_class)
210 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
211 i2d_ASN1_SET(st,pp,(int (*)(void *, unsigned char **))i2d_func,ex_tag,ex_class,is_set)
1788 # define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
1789 SKM_ASN1_SET_OF_d2i(ACCESS_DESCRIPTION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class))
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dex_data.c250 static int ex_class = CRYPTO_EX_INDEX_USER; variable
383 toret = ex_class++;

Completed in 114 milliseconds