Lines Matching defs:pad0
59 const u8 *pad0 = page_address(ZERO_PAGE(0));
66 chacha20_crypt(chacha_state, b.block0, pad0, sizeof(b.block0));
71 poly1305_update(&poly1305_state, pad0, 0x10 - (ad_len & 0xf));
77 poly1305_update(&poly1305_state, pad0, 0x10 - (src_len & 0xf));
130 const u8 *pad0 = page_address(ZERO_PAGE(0));
143 chacha20_crypt(chacha_state, b.block0, pad0, sizeof(b.block0));
148 poly1305_update(&poly1305_state, pad0, 0x10 - (ad_len & 0xf));
153 poly1305_update(&poly1305_state, pad0, 0x10 - (dst_len & 0xf));
217 const u8 *pad0 = page_address(ZERO_PAGE(0));
247 chacha20_crypt(&chacha_state, b.block0, pad0, sizeof(b.block0));
253 poly1305_update(&poly1305_state, pad0, 0x10 - (ad_len & 0xf));
288 chacha20_crypt(&chacha_state, b.chacha_stream, pad0,
300 poly1305_update(&poly1305_state, pad0, 0x10 - (src_len & 0xf));