Lines Matching refs:NONE
153 NONE = 0, GET = 1, SET = 2 enumerator
408 if (ctx->action_type == NONE) { in default_fixup_args()
859 if (!ossl_assert(ctx->action_type == NONE)) in fix_kdf_type()
1197 if (!ossl_assert(ctx->action_type == NONE)) in fix_ecdh_cofactor()
1209 if (!ossl_assert(ctx->action_type != NONE)) in fix_ecdh_cofactor()
1211 } else if (state == POST_PARAMS_TO_CTRL && ctx->action_type == NONE) { in fix_ecdh_cofactor()
2050 ctx->action_type = NONE; in fix_group_ecx()
2099 { NONE, EVP_PKEY_DHX, 0, EVP_PKEY_OP_DERIVE,
2199 { NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
2203 { NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
2240 { NONE, EVP_PKEY_SM2, 0, EVP_PKEY_OP_DERIVE,
2244 { NONE, EVP_PKEY_SM2, 0, EVP_PKEY_OP_DERIVE,
2639 if (item->action_type != NONE in lookup_translation()
2676 if ((item->action_type != NONE in lookup_translation()
2868 if (ret > 0 && ctx.action_type != NONE) in evp_pkey_ctx_setget_params_to_ctrl()