Lines Matching refs:vctx
83 static void key2ms_freectx(void *vctx) in key2ms_freectx() argument
85 struct key2ms_ctx_st *ctx = vctx; in key2ms_freectx()
101 static int key2pvk_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in key2pvk_set_ctx_params() argument
103 struct key2ms_ctx_st *ctx = vctx; in key2pvk_set_ctx_params()
112 static int key2ms_does_selection(void *vctx, int selection) in key2ms_does_selection() argument
128 static int key2msblob_encode(void *vctx, const void *key, int selection, in key2msblob_encode() argument
132 struct key2ms_ctx_st *ctx = vctx; in key2msblob_encode()
150 static int key2pvk_encode(void *vctx, const void *key, int selection, in key2pvk_encode() argument
154 struct key2ms_ctx_st *ctx = vctx; in key2pvk_encode()
196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \