Lines Matching refs:fixup_args
277 fixup_args_fn *fixup_args; member
660 if (!ossl_assert(translation->fixup_args != NULL)) { in default_fixup_args()
2735 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_to_param()
2736 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2796 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_str_to_param()
2797 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2859 if (translation->fixup_args != NULL) in evp_pkey_ctx_setget_params_to_ctrl()
2860 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
2924 if (translation->fixup_args != NULL) in evp_pkey_setget_params_to_ctrl()
2925 fixup = translation->fixup_args; in evp_pkey_setget_params_to_ctrl()
2938 || !ossl_assert(translation->fixup_args != NULL)) { in evp_pkey_setget_params_to_ctrl()