Searched refs:aes_neon_dec2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/crypto/aes/arch/arm/
H A Daes_neon_impl.h46 uint8x16x2_t aes_neon_dec2(const struct aesdec *, uint8x16x2_t, unsigned);
61 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t b2, unsigned nrounds) function
H A Daes_neon_subr.c129 b2 = aes_neon_dec2(dec, b2, nrounds);
266 b2 = aes_neon_dec2(dec, b2, nrounds);
H A Daes_neon.c687 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t x, unsigned nrounds) function

Completed in 179 milliseconds