/src/sys/crypto/aes/arch/x86/ |
aes_ssse3.c | 154 storeroundkey(uint32_t *rk32, __m128i rk) function in typeref:typename:void 318 storeroundkey(rk32, rk); 328 storeroundkey(rk32, mrk); 343 storeroundkey(rk32, mrk); 349 storeroundkey(rk32, mrk); 356 storeroundkey(rk32, mrk); 370 storeroundkey(rk32, mrk); 379 storeroundkey(rk32, mrk); 391 storeroundkey(rk32, aes_schedule_mangle_last_enc(rk, sr[i-- % 4].m)); 412 storeroundkey(rk32, _mm_shuffle_epi8(ork, sr[i].m)) [all...] |
/src/sys/crypto/aes/arch/arm/ |
aes_neon.c | 208 storeroundkey(void *rkp, uint8x16_t rk) function in typeref:typename:void 372 storeroundkey(rk32, rk); 382 storeroundkey(rk32, mrk); 397 storeroundkey(rk32, mrk); 403 storeroundkey(rk32, mrk); 410 storeroundkey(rk32, mrk); 424 storeroundkey(rk32, mrk); 433 storeroundkey(rk32, mrk); 448 storeroundkey(rk32, aes_schedule_mangle_last_enc(rk, sr[i-- % 4])); 469 storeroundkey(rk32, vqtbl1q_u8(ork, sr[i])) [all...] |