Lines Matching refs:PRE_CTRL_TO_PARAMS

148     PRE_CTRL_TO_PARAMS, POST_CTRL_TO_PARAMS, CLEANUP_CTRL_TO_PARAMS,  enumerator
296 case PRE_CTRL_TO_PARAMS: in default_check()
406 case PRE_CTRL_TO_PARAMS: in default_fixup_args()
754 if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_cipher_md()
765 } else if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == SET) { in fix_cipher_md()
854 if (state == PRE_CTRL_TO_PARAMS) { in fix_kdf_type()
883 if ((state == PRE_CTRL_TO_PARAMS && ctx->action_type == SET) in fix_kdf_type()
958 if ((state == PRE_CTRL_TO_PARAMS && ctx->action_type == SET) in fix_oid()
1005 if (state == PRE_CTRL_TO_PARAMS) { in fix_dh_nid()
1032 case PRE_CTRL_TO_PARAMS: in fix_dh_nid5114()
1101 if (state == PRE_CTRL_TO_PARAMS) { in fix_ec_param_enc()
1150 if (state == PRE_CTRL_TO_PARAMS) { in fix_ec_paramgen_curve_nid()
1192 if (state == PRE_CTRL_TO_PARAMS) { in fix_ecdh_cofactor()
1218 if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == SET) { in fix_ecdh_cofactor()
1265 if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_rsa_padding_mode()
1280 } else if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == SET) { in fix_rsa_padding_mode()
1385 if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_rsa_pss_saltlen()
1401 } else if ((ctx->action_type == SET && state == PRE_CTRL_TO_PARAMS) in fix_rsa_pss_saltlen()
1465 if ((ctx->action_type == SET && state == PRE_CTRL_TO_PARAMS) in fix_hkdf_mode()
2744 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()