Home
last modified time | relevance | path

Searched refs:MAX_BLOB_SIZE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/keys/
H A Dtrusted-type.h16 #define MAX_BLOB_SIZE 512 macro
26 unsigned char blob[MAX_BLOB_SIZE];
/kernel/linux/linux-6.6/include/keys/
H A Dtrusted-type.h22 #define MAX_BLOB_SIZE 512 macro
33 unsigned char blob[MAX_BLOB_SIZE];
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A 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()
H A 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()
H A Dtrusted_core.c104 if (p->blob_len > MAX_BLOB_SIZE) in datablob_parse()
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm2.c146 if (blob_len > MAX_BLOB_SIZE) { in tpm2_seal_trusted()
H A Dtrusted_tpm1.c917 if (p->blob_len > MAX_BLOB_SIZE) in datablob_parse()

Completed in 5 milliseconds