Searched refs:kl (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | vmac.c | 331 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 335 PMUL64(t2h,t2l,ah,kl); \ 337 PMUL64(ah,al,al,kl); \ 508 AS2( mov ecx, kl) in poly_step_func() 587 : "m" (ahi), "D" (ml), "d" (kh), "a" (alo), "S" (mh), "c" (kl) in poly_step_func() 603 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 604 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml)) 644 #define k0 *(((uint32_t*)kl)+INDEX_LOW) in poly_step_func() 645 #define k1 *(((uint32_t*)kl)+INDEX_HIGH) in poly_step_func() 696 #define poly_step(ah, al, kh, kl, mh, ml) \ argument [all …]
|
Completed in 6 milliseconds