Home
last modified time | relevance | path

Searched refs:MAX_BLOB_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/keys/
Dtrusted-type.h22 #define MAX_BLOB_SIZE 512 macro
33 unsigned char blob[MAX_BLOB_SIZE];
/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_caam.c17 static_assert(MAX_BLOB_SIZE <= CAAM_BLOB_MAX_LEN);
24 .output = p->blob, .output_len = MAX_BLOB_SIZE, in trusted_caam_seal()
Dtrusted_tpm2.c111 if (ctx.priv_len + ctx.pub_len > MAX_BLOB_SIZE) in tpm2_key_decode()
316 if (blob_len > MAX_BLOB_SIZE) { in tpm2_seal_trusted()
Dtrusted_core.c105 if (p->blob_len > MAX_BLOB_SIZE) in datablob_parse()