Searched refs:cryptbits (Results 1 – 5 of 5) sorted by relevance
388 u64 cryptbits = cryptlen * 8; in crypto_morus640_final() local392 u32 cryptbits_lo = (u32)cryptbits; in crypto_morus640_final()393 u32 cryptbits_hi = (u32)(cryptbits >> 32); in crypto_morus640_final()
314 u64 cryptbits = cryptlen * 8; in crypto_aegis128_final() local320 tmp.words64[1] = cpu_to_le64(cryptbits); in crypto_aegis128_final()
327 u64 cryptbits = cryptlen * 8; in crypto_aegis256_final() local333 tmp.words64[1] = cpu_to_le64(cryptbits); in crypto_aegis256_final()
377 u64 cryptbits = cryptlen * 8; in crypto_aegis128l_final() local383 tmp.blocks[0].words64[1] = cpu_to_le64(cryptbits); in crypto_aegis128l_final()
389 u64 cryptbits = cryptlen * 8; in crypto_morus1280_final() local395 tmp.words[1] = cpu_to_le64(cryptbits); in crypto_morus1280_final()