Home
last modified time | relevance | path

Searched refs:FUNC_CTX (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/test/radix/ !
H A Dterp.c101 } FUNC_CTX; typedef
129 typedef int (*helper_func_t)(FUNC_CTX *fctx);
131 #define DEF_FUNC(name) ossl_unused static int name(FUNC_CTX *fctx)
538 FUNC_CTX fctx;
H A Dquic_bindings.c670 static int expect_slot_ssl(FUNC_CTX *fctx, size_t idx, SSL **p_ssl) in expect_slot_ssl()