Home
last modified time | relevance | path

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

/linux-4.4.14/include/keys/
Dtrusted-type.h19 #define MAX_BLOB_SIZE 512 macro
28 unsigned char blob[MAX_BLOB_SIZE];
/linux-4.4.14/drivers/char/tpm/
Dtpm2-cmd.c480 if (blob_len > MAX_BLOB_SIZE) { in tpm2_seal_trusted()
/linux-4.4.14/security/keys/
Dtrusted.c838 if (p->blob_len > MAX_BLOB_SIZE) in datablob_parse()