Lines Matching refs:pad0
60 const u8 *pad0 = page_address(ZERO_PAGE(0));
67 chacha20_crypt(chacha_state, b.block0, pad0, sizeof(b.block0));
72 poly1305_update(&poly1305_state, pad0, 0x10 - (ad_len & 0xf));
78 poly1305_update(&poly1305_state, pad0, 0x10 - (src_len & 0xf));
128 const u8 *pad0 = page_address(ZERO_PAGE(0));
141 chacha20_crypt(chacha_state, b.block0, pad0, sizeof(b.block0));
146 poly1305_update(&poly1305_state, pad0, 0x10 - (ad_len & 0xf));
151 poly1305_update(&poly1305_state, pad0, 0x10 - (dst_len & 0xf));
215 const u8 *pad0 = page_address(ZERO_PAGE(0));
245 chacha20_crypt(chacha_state, b.block0, pad0, sizeof(b.block0));
251 poly1305_update(&poly1305_state, pad0, 0x10 - (ad_len & 0xf));
286 chacha20_crypt(chacha_state, b.chacha_stream, pad0,
298 poly1305_update(&poly1305_state, pad0, 0x10 - (src_len & 0xf));