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