OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aes_ssse3_enc1
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/crypto/aes/arch/x86/
aes_ssse3_impl.h
39
__m128i
aes_ssse3_enc1
(const struct aesenc *, __m128i, unsigned);
aes_ssse3_subr.c
63
block =
aes_ssse3_enc1
(enc, block, nrounds);
90
cv =
aes_ssse3_enc1
(enc, cv, nrounds);
184
b =
aes_ssse3_enc1
(enc, b, nrounds);
222
auth =
aes_ssse3_enc1
(enc, auth ^ loadblock(in), nrounds);
244
auth =
aes_ssse3_enc1
(enc, auth ^ ptxt, nrounds);
247
storeblock(out, ptxt ^
aes_ssse3_enc1
(enc, ctr_be, nrounds));
272
ptxt = loadblock(in) ^
aes_ssse3_enc1
(enc, ctr_be, nrounds);
274
auth =
aes_ssse3_enc1
(enc, auth ^ ptxt, nrounds);
aes_ssse3.c
490
aes_ssse3_enc1
(const struct aesenc *enc, __m128i x, unsigned nrounds)
function in typeref:typename:__m128i
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025