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

/linux-master/include/keys/
H A Dtrusted-type.h22 #define MAX_BLOB_SIZE 512 macro
33 unsigned char blob[MAX_BLOB_SIZE];
/linux-master/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,
H A Dtrusted_tpm2.c111 if (ctx.priv_len + ctx.pub_len > MAX_BLOB_SIZE)
328 if (blob_len > MAX_BLOB_SIZE || buf.flags & TPM_BUF_BOUNDARY_ERROR) {
H A Dtrusted_dcp.c205 if (blen > MAX_BLOB_SIZE)
H A Dtrusted_core.c108 if (p->blob_len > MAX_BLOB_SIZE)

Completed in 143 milliseconds