linux/security/keys/trusted-keys/trusted_caam.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2021 Pengutronix, Ahmad Fatoum <[email protected]>
 */

#include <keys/trusted_caam.h>
#include <keys/trusted-type.h>
#include <linux/build_bug.h>
#include <linux/key-type.h>
#include <soc/fsl/caam-blob.h>

static struct caam_blob_priv *blobifier;

#define KEYMOD

static_assert();
static_assert();

static int trusted_caam_seal(struct trusted_key_payload *p, char *datablob)
{}

static int trusted_caam_unseal(struct trusted_key_payload *p, char *datablob)
{}

static int trusted_caam_init(void)
{}

static void trusted_caam_exit(void)
{}

struct trusted_key_ops trusted_key_caam_ops =;