Home
last modified time | relevance | path

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

/crypto/
Dtea.c65 u32 k0, k1, k2, k3; in tea_encrypt() local
93 u32 k0, k1, k2, k3; in tea_decrypt() local
Dvmac.c276 #define k1 (*(((u32 *)kl)+INDEX_HIGH)) in poly_step_func() macro
352 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) in l3hash()