Searched refs:MD5_HMAC_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
53 done = MD5_HMAC_BLOCK_SIZE - partial; in __md5_sparc64_update()57 if (len - done >= MD5_HMAC_BLOCK_SIZE) { in __md5_sparc64_update()58 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update()61 done += rounds * MD5_HMAC_BLOCK_SIZE; in __md5_sparc64_update()71 unsigned int partial = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_update()74 if (partial + len < MD5_HMAC_BLOCK_SIZE) { in md5_sparc64_update()90 static const u8 padding[MD5_HMAC_BLOCK_SIZE] = { 0x80, }; in md5_sparc64_final()95 index = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_final()96 padlen = (index < 56) ? (56 - index) : ((MD5_HMAC_BLOCK_SIZE+56) - index); in md5_sparc64_final()148 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
8 #define MD5_HMAC_BLOCK_SIZE 64 macro
136 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
186 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
230 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
954 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,1309 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,
774 .cra_blocksize = MD5_HMAC_BLOCK_SIZE,