Searched refs:MD5_HMAC_BLOCK_SIZE (Results 1 – 8 of 8) sorted by relevance
52 done = MD5_HMAC_BLOCK_SIZE - partial; in __md5_sparc64_update()56 if (len - done >= MD5_HMAC_BLOCK_SIZE) { in __md5_sparc64_update()57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update()60 done += rounds * MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update()70 unsigned int partial = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_update()73 if (partial + len < MD5_HMAC_BLOCK_SIZE) { in md5_sparc64_update()89 static const u8 padding[MD5_HMAC_BLOCK_SIZE] = { 0x80, }; in md5_sparc64_final()94 index = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_final()95 padlen = (index < 56) ? (56 - index) : ((MD5_HMAC_BLOCK_SIZE+56) - index); in md5_sparc64_final()148 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
7 #define MD5_HMAC_BLOCK_SIZE 64 macro
151 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
143 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
186 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
724 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
2197 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,2287 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
1326 .block_size = MD5_HMAC_BLOCK_SIZE },