Lines Matching refs:OSSL_PARAM
29 static int ctx_from_key_params(PROV_CIPHER_FAKE_CTX *pctx, const OSSL_PARAM *params) in ctx_from_key_params()
31 const OSSL_PARAM *p; in ctx_from_key_params()
64 static void *fake_skeymgmt_import(void *provctx, int selection, const OSSL_PARAM *p) in fake_skeymgmt_import()
82 OSSL_PARAM params[3]; in fake_skeymgmt_export()
84 OSSL_PARAM *p = params; in fake_skeymgmt_export()
130 const OSSL_PARAM params[]) in fake_skey_init()
141 const OSSL_PARAM params[]) in fake_skey_einit()
154 const OSSL_PARAM params[]) in fake_skey_dinit()
190 static int fake_get_params(OSSL_PARAM params[]) in fake_get_params()
193 OSSL_PARAM *p; in fake_get_params()
208 static const OSSL_PARAM fake_known_gettable_ctx_params[] = {
215 static const OSSL_PARAM *fake_gettable_ctx_params(ossl_unused void *cctx, in fake_gettable_ctx_params()
222 static int fake_get_ctx_params(void *vctx, OSSL_PARAM params[]) in fake_get_ctx_params()
224 OSSL_PARAM *p; in fake_get_ctx_params()
239 static const OSSL_PARAM fake_known_settable_ctx_params[] = {
245 static const OSSL_PARAM *fake_settable_ctx_params(ossl_unused void *cctx, in fake_settable_ctx_params()