Lines Matching refs:OSSL_PARAM
130 static int tdes_check_param(struct cmac_data_st *macctx, OSSL_PARAM *p, in tdes_check_param()
153 OSSL_PARAM *p = NULL; in cmac_setkey()
156 OSSL_PARAM prms[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; in cmac_setkey()
171 size_t keylen, const OSSL_PARAM params[]) in cmac_init()
202 static const OSSL_PARAM known_gettable_ctx_params[] = {
208 static const OSSL_PARAM *cmac_gettable_ctx_params(ossl_unused void *ctx, in cmac_gettable_ctx_params()
214 static int cmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[]) in cmac_get_ctx_params()
216 OSSL_PARAM *p; in cmac_get_ctx_params()
231 static const OSSL_PARAM known_settable_ctx_params[] = {
238 static const OSSL_PARAM *cmac_settable_ctx_params(ossl_unused void *ctx, in cmac_settable_ctx_params()
247 static int cmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[]) in cmac_set_ctx_params()
251 const OSSL_PARAM *p; in cmac_set_ctx_params()