Home
last modified time | relevance | path

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

/Linux-v5.4/include/keys/
Dtrusted-type.h16 #define MAX_BLOB_SIZE 512 macro
26 unsigned char blob[MAX_BLOB_SIZE];
/Linux-v5.4/drivers/char/tpm/
Dtpm2-cmd.c495 if (blob_len > MAX_BLOB_SIZE) { in tpm2_seal_trusted()
/Linux-v5.4/security/keys/
Dtrusted.c899 if (p->blob_len > MAX_BLOB_SIZE) in datablob_parse()