Home
last modified time | relevance | path

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

/Linux-v4.19/include/keys/
Dtrusted-type.h19 #define MAX_BLOB_SIZE 512 macro
29 unsigned char blob[MAX_BLOB_SIZE];
/Linux-v4.19/drivers/char/tpm/
Dtpm2-cmd.c495 if (blob_len > MAX_BLOB_SIZE) { in tpm2_seal_trusted()
/Linux-v4.19/security/keys/
Dtrusted.c890 if (p->blob_len > MAX_BLOB_SIZE) in datablob_parse()