Searched refs:MAX_SYM_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
928 #define MAX_SYM_BLOCK_SIZE ( \ macro933 #if MAX_SYM_KEY_BITS == 0 || MAX_SYM_BLOCK_SIZE == 0934 # error Bad size for MAX_SYM_KEY_BITS or MAX_SYM_BLOCK_SIZE
1800 BYTE symParmString[MAX_SYM_KEY_BYTES + MAX_SYM_BLOCK_SIZE]; in ParmDecryptSym()1838 BYTE symParmString[MAX_SYM_KEY_BYTES + MAX_SYM_BLOCK_SIZE]; in ParmEncryptSym()
687 BYTE buffer[MAX_SYM_BLOCK_SIZE];
1350 if (target->t.size > MAX_SYM_BLOCK_SIZE) { in TPM2B_IV_Unmarshal()