Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c277 fixup_args_fn *fixup_args; member
662 if (!ossl_assert(translation->fixup_args != NULL)) { in default_fixup_args()
2667 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_to_param()
2668 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2728 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_str_to_param()
2729 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2791 if (translation->fixup_args != NULL) in evp_pkey_ctx_setget_params_to_ctrl()
2792 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
2856 if (translation->fixup_args != NULL) in evp_pkey_setget_params_to_ctrl()
2857 fixup = translation->fixup_args; in evp_pkey_setget_params_to_ctrl()
[all …]