Home
last modified time | relevance | path

Searched refs:cryptbits (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/crypto/
Dmorus640.c388 u64 cryptbits = cryptlen * 8; in crypto_morus640_final() local
392 u32 cryptbits_lo = (u32)cryptbits; in crypto_morus640_final()
393 u32 cryptbits_hi = (u32)(cryptbits >> 32); in crypto_morus640_final()
Daegis128.c314 u64 cryptbits = cryptlen * 8; in crypto_aegis128_final() local
320 tmp.words64[1] = cpu_to_le64(cryptbits); in crypto_aegis128_final()
Daegis256.c327 u64 cryptbits = cryptlen * 8; in crypto_aegis256_final() local
333 tmp.words64[1] = cpu_to_le64(cryptbits); in crypto_aegis256_final()
Daegis128l.c377 u64 cryptbits = cryptlen * 8; in crypto_aegis128l_final() local
383 tmp.blocks[0].words64[1] = cpu_to_le64(cryptbits); in crypto_aegis128l_final()
Dmorus1280.c389 u64 cryptbits = cryptlen * 8; in crypto_morus1280_final() local
395 tmp.words[1] = cpu_to_le64(cryptbits); in crypto_morus1280_final()