Lines Matching refs:NONE
155 NONE = 0, GET = 1, SET = 2 enumerator
410 if (ctx->action_type == NONE) { in default_fixup_args()
860 if (!ossl_assert(ctx->action_type == NONE)) in fix_kdf_type()
1170 if (!ossl_assert(ctx->action_type == NONE)) in fix_ecdh_cofactor()
1182 if (!ossl_assert(ctx->action_type != NONE)) in fix_ecdh_cofactor()
1976 { NONE, EVP_PKEY_DHX, 0, EVP_PKEY_OP_DERIVE,
2076 { NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
2080 { NONE, EVP_PKEY_EC, 0, EVP_PKEY_OP_DERIVE,
2451 if (item->action_type != NONE in lookup_translation()
2487 if ((item->action_type != NONE in lookup_translation()
2678 if (ret > 0 && action_type != NONE) in evp_pkey_ctx_setget_params_to_ctrl()