Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dtea.c60 u32 k0, k1, k2, k3; in tea_encrypt() local
88 u32 k0, k1, k2, k3; in tea_decrypt() local
Dvmac.c284 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func() macro
359 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) in l3hash()