HomeSort by: relevance | last modified time | path
    Searched refs:aes_sse2_bitslice_decrypt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/aes/arch/x86/
aes_sse2_impl.h 47 void aes_sse2_bitslice_decrypt(unsigned, const uint64_t *, __m128i[static 4]);
aes_sse2_subr.c 115 aes_sse2_bitslice_decrypt(nrounds, sk_exp, q);
216 aes_sse2_bitslice_decrypt(nrounds, sk_exp, q);
250 aes_sse2_bitslice_decrypt(nrounds, sk_exp, q);
467 aes_sse2_bitslice_decrypt(nrounds, sk_exp, q);
498 aes_sse2_bitslice_decrypt(nrounds, sk_exp, q);
704 /* XXX test aes_sse2_bitslice_decrypt */
aes_sse2_dec.c 163 aes_sse2_bitslice_decrypt(unsigned num_rounds, function in typeref:typename:void

Completed in 14 milliseconds