Lines Matching refs:PRE_PARAMS_TO_CTRL
150 PRE_PARAMS_TO_CTRL, POST_PARAMS_TO_CTRL, CLEANUP_PARAMS_TO_CTRL enumerator
326 case PRE_PARAMS_TO_CTRL: in default_check()
610 case PRE_PARAMS_TO_CTRL: in default_fixup_args()
613 if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == SET) { in default_fixup_args()
696 } else if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == GET) { in default_fixup_args()
791 } else if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == SET) { in fix_cipher_md()
902 || (state == PRE_PARAMS_TO_CTRL && ctx->action_type == SET)) { in fix_kdf_type()
913 } else if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == GET) { in fix_kdf_type()
976 if ((state == PRE_PARAMS_TO_CTRL && ctx->action_type == SET) in fix_oid()
1119 if (state == PRE_PARAMS_TO_CTRL) { in fix_ec_param_enc()
1153 } else if (state == PRE_PARAMS_TO_CTRL) { in fix_ec_paramgen_curve_nid()
1170 if (state == PRE_PARAMS_TO_CTRL) { in fix_ec_paramgen_curve_nid()
1207 } else if (state == PRE_PARAMS_TO_CTRL) { in fix_ecdh_cofactor()
1236 } else if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == GET) { in fix_ecdh_cofactor()
1344 if ((ctx->action_type == SET && state == PRE_PARAMS_TO_CTRL) in fix_rsa_padding_mode()
1423 if ((ctx->action_type == SET && state == PRE_PARAMS_TO_CTRL) in fix_rsa_pss_saltlen()
1482 if ((ctx->action_type == SET && state == PRE_PARAMS_TO_CTRL) in fix_hkdf_mode()
2047 case PRE_PARAMS_TO_CTRL: in fix_group_ecx()
2866 ret = fixup(PRE_PARAMS_TO_CTRL, translation, &ctx); in evp_pkey_ctx_setget_params_to_ctrl()