Lines Matching refs:OSSL_PARAM
42 const OSSL_PARAM params[]) in null_einit()
56 const OSSL_PARAM params[]) in null_dinit()
103 static int null_get_params(OSSL_PARAM params[]) in null_get_params()
108 static const OSSL_PARAM null_known_gettable_ctx_params[] = {
116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, in null_gettable_ctx_params()
123 static int null_get_ctx_params(void *vctx, OSSL_PARAM params[]) in null_get_ctx_params()
126 OSSL_PARAM *p; in null_get_ctx_params()
147 static const OSSL_PARAM null_known_settable_ctx_params[] = {
153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, in null_settable_ctx_params()
161 static int null_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in null_set_ctx_params()
164 const OSSL_PARAM *p; in null_set_ctx_params()