Searched refs:openssl_fcast (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/stack/ |
| D | safestack.h | 61 #define openssl_fcast(f) ((openssl_fptr)f) macro 81 …((STACK_OF(type) * (*)(int (*)(const type * const *, const type * const *)))openssl_fcast(sk_new))… 83 ((STACK_OF(type) * (*)(void))openssl_fcast(sk_new_null))() 85 ((void (*)(STACK_OF(type) *))openssl_fcast(sk_free))(st) 87 ((int (*)(const STACK_OF(type) *))openssl_fcast(sk_num))(st) 89 ((type * (*)(const STACK_OF(type) *, int))openssl_fcast(sk_value))(st, i) 91 ((type * (*)(STACK_OF(type) *, int, type *))openssl_fcast(sk_set))(st, i, val) 93 ((void (*)(STACK_OF(type) *))openssl_fcast(sk_zero))(st) 95 ((int (*)(STACK_OF(type) *, type *))openssl_fcast(sk_push))(st, val) 97 ((int (*)(STACK_OF(type) *, type *))openssl_fcast(sk_unshift))(st, val) [all …]
|