Home
last modified time | relevance | path

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

/crypto/
Dchacha20poly1305.c86 static void chacha_iv(u8 *iv, struct aead_request *req, u32 icb) in chacha_iv() argument
89 __le32 leicb = cpu_to_le32(icb); in chacha_iv()