Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c285 fixup_args_fn *fixup_args; member
665 if (!ossl_assert(translation->fixup_args != NULL)) { in default_fixup_args()
2725 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_to_param()
2726 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2790 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_str_to_param()
2791 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2857 if (translation->fixup_args != NULL) in evp_pkey_ctx_setget_params_to_ctrl()
2858 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
2930 if (translation->fixup_args != NULL) in evp_pkey_setget_params_to_ctrl()
2931 fixup = translation->fixup_args; in evp_pkey_setget_params_to_ctrl()
[all …]