• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/

Lines Matching defs:openssl_fcast

61 #define openssl_fcast(f) ((openssl_fptr)f)
79 ((STACK_OF(type) * (*)(int (*)(const type * const *, const type * const *)))openssl_fcast(sk_new))(cmp)
81 ((STACK_OF(type) * (*)(void))openssl_fcast(sk_new_null))()
83 ((void (*)(STACK_OF(type) *))openssl_fcast(sk_free))(st)
85 ((int (*)(const STACK_OF(type) *))openssl_fcast(sk_num))(st)
87 ((type * (*)(const STACK_OF(type) *, int))openssl_fcast(sk_value))(st, i)
89 ((type * (*)(STACK_OF(type) *, int, type *))openssl_fcast(sk_set))(st, i, val)
91 ((void (*)(STACK_OF(type) *))openssl_fcast(sk_zero))(st)
93 ((int (*)(STACK_OF(type) *, type *))openssl_fcast(sk_push))(st, val)
95 ((int (*)(STACK_OF(type) *, type *))openssl_fcast(sk_unshift))(st, val)
97 ((int (*)(STACK_OF(type) *, type *))openssl_fcast(sk_find))(st, val)
99 ((type * (*)(STACK_OF(type) *, int))openssl_fcast(sk_delete))(st, i)
101 ((type * (*)(STACK_OF(type) *, type *))openssl_fcast(sk_delete_ptr))(st, ptr)
103 ((int (*)(STACK_OF(type) *, type *, int))openssl_fcast(sk_insert))(st, val, i)
106 (const type * const *, const type * const *))openssl_fcast(sk_set_cmp_func))\
109 ((STACK_OF(type) *(*)(STACK_OF(type) *))openssl_fcast(sk_dup))(st)
111 ((void (*)(STACK_OF(type) *, void (*)(type *)))openssl_fcast(sk_pop_free))\
114 ((type * (*)(STACK_OF(type) *))openssl_fcast(sk_shift))(st)
116 ((type * (*)(STACK_OF(type) *))openssl_fcast(sk_pop))(st)
118 ((void (*)(STACK_OF(type) *))openssl_fcast(sk_sort))(st)
120 ((int (*)(const STACK_OF(type) *))openssl_fcast(sk_is_sorted))(st)
125 void (*)(type *), int ,int )) openssl_fcast(d2i_ASN1_SET)) \
129 int (*)(type *,unsigned char **), int , int , int)) openssl_fcast(i2d_ASN1_SET)) \
134 int (*)(type *,unsigned char **), unsigned char **,int *)) openssl_fcast(ASN1_seq_pack)) \
139 void (*)(type *)))openssl_fcast(ASN1_seq_unpack)) \