Searched refs:kp (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | aes_generic.c | 1335 const u32 *kp = ctx->key_enc + 4; in aes_encrypt() local 1344 f_nround(b1, b0, kp); in aes_encrypt() 1345 f_nround(b0, b1, kp); in aes_encrypt() 1349 f_nround(b1, b0, kp); in aes_encrypt() 1350 f_nround(b0, b1, kp); in aes_encrypt() 1353 f_nround(b1, b0, kp); in aes_encrypt() 1354 f_nround(b0, b1, kp); in aes_encrypt() 1355 f_nround(b1, b0, kp); in aes_encrypt() 1356 f_nround(b0, b1, kp); in aes_encrypt() 1357 f_nround(b1, b0, kp); in aes_encrypt() [all …]
|
D | vmac.c | 111 #define nh_16(mp, kp, nw, rh, rl) \ argument 116 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 117 pe64_to_cpup((mp)+i+1)+(kp)[i+1]); \ 122 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 127 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 128 pe64_to_cpup((mp)+i+1)+(kp)[i+1]); \ 130 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \ 131 pe64_to_cpup((mp)+i+1)+(kp)[i+3]); \ 137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 142 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ [all …]
|