Lines Matching full:blocksize
80 * blocksize of the used hashing sha2-algorithm function codes. The param block
83 * these are calculated based on the blocksize.
97 * cv | 224/256 | blocksize/2 | 32 | u64[8]
99 * imbl | 224/256 | blocksize/8 | 8 | u64
101 * key | 224/256 | blocksize | 96 | u8[96]
261 unsigned int blocksize; in make_clrkey_token() local
270 blocksize = 64; in make_clrkey_token()
275 blocksize = 128; in make_clrkey_token()
280 token->len = blocksize; in make_clrkey_token()
282 if (clrkeylen > blocksize) { in make_clrkey_token()
380 * kmac_sha2_set_imbl - sets the input message bit-length based on the blocksize
383 u64 buflen_hi, unsigned int blocksize) in kmac_sha2_set_imbl() argument
385 u8 *imbl = param + SHA2_IMBL_OFFSET(blocksize); in kmac_sha2_set_imbl()
387 switch (blocksize) { in kmac_sha2_set_imbl()
424 /* fill ctx buffer up to blocksize and process this block */ in phmac_kmac_update()
434 * Can't deal with hunks smaller than blocksize. in phmac_kmac_update()
437 * blocksize. in phmac_kmac_update()
531 /* Can't deal with hunks smaller than blocksize. */ in phmac_kmac_final()