Searched refs:MAX_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
16 static_assert(MAX_KEY_SIZE + CAAM_BLOB_OVERHEAD <= CAAM_BLOB_MAX_LEN);41 .output = p->key, .output_len = MAX_KEY_SIZE, in trusted_caam_unseal()
97 if (ret < 0 || keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) in datablob_parse()
543 if (data_len < MIN_KEY_SIZE || data_len > MAX_KEY_SIZE) { in tpm2_unseal_cmd()
25 #define MAX_KEY_SIZE 128 macro26 static unsigned char evmkey[MAX_KEY_SIZE];27 static const int evmkey_len = MAX_KEY_SIZE;60 if (keylen > MAX_KEY_SIZE) in evm_set_key()
Completed in 11 milliseconds