Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dctrl_params_translate.c279 fixup_args_fn *fixup_args; member
664 if (!ossl_assert(translation->fixup_args != NULL)) { in default_fixup_args()
2545 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_to_param()
2546 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2606 if (translation->fixup_args != NULL) in evp_pkey_ctx_ctrl_str_to_param()
2607 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2669 if (translation->fixup_args != NULL) in evp_pkey_ctx_setget_params_to_ctrl()
2670 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
2728 if (translation->fixup_args != NULL) in evp_pkey_setget_params_to_ctrl()
2729 fixup = translation->fixup_args; in evp_pkey_setget_params_to_ctrl()
[all …]

Completed in 76 milliseconds