Home
last modified time | relevance | path

Searched refs:fixup_args (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/evp/
H A Dctrl_params_translate.c277 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()
[all …]

Completed in 15 milliseconds