crypto/tcrypt.c
2028
test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec,
crypto/tcrypt.c
2030
test_aead_speed("gcm(aes)", ENCRYPT, sec,
crypto/tcrypt.c
2032
test_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec,
crypto/tcrypt.c
2034
test_aead_speed("gcm(aes)", DECRYPT, sec,
crypto/tcrypt.c
2039
test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec,
crypto/tcrypt.c
2041
test_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec,
crypto/tcrypt.c
2046
test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec,
crypto/tcrypt.c
2048
test_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, sec,
crypto/tcrypt.c
2128
test_aead_speed("aegis128", ENCRYPT, sec,
crypto/tcrypt.c
2130
test_aead_speed("aegis128", DECRYPT, sec,
crypto/tcrypt.c
2135
test_aead_speed("gcm(sm4)", ENCRYPT, sec,
crypto/tcrypt.c
2137
test_aead_speed("gcm(sm4)", DECRYPT, sec,
crypto/tcrypt.c
2142
test_aead_speed("rfc4309(ccm(sm4))", ENCRYPT, sec,
crypto/tcrypt.c
2144
test_aead_speed("rfc4309(ccm(sm4))", DECRYPT, sec,
crypto/tcrypt.c
2183
test_aead_speed("gcm(aria)", ENCRYPT, sec,
crypto/tcrypt.c
2185
test_aead_speed("gcm(aria)", DECRYPT, sec,