crypto/tcrypt.c
2022
test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec,
crypto/tcrypt.c
2024
test_aead_speed("gcm(aes)", ENCRYPT, sec,
crypto/tcrypt.c
2026
test_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec,
crypto/tcrypt.c
2028
test_aead_speed("gcm(aes)", DECRYPT, sec,
crypto/tcrypt.c
2033
test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec,
crypto/tcrypt.c
2035
test_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec,
crypto/tcrypt.c
2040
test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec,
crypto/tcrypt.c
2042
test_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, sec,
crypto/tcrypt.c
2122
test_aead_speed("aegis128", ENCRYPT, sec,
crypto/tcrypt.c
2124
test_aead_speed("aegis128", DECRYPT, sec,
crypto/tcrypt.c
2129
test_aead_speed("gcm(sm4)", ENCRYPT, sec,
crypto/tcrypt.c
2131
test_aead_speed("gcm(sm4)", DECRYPT, sec,
crypto/tcrypt.c
2136
test_aead_speed("rfc4309(ccm(sm4))", ENCRYPT, sec,
crypto/tcrypt.c
2138
test_aead_speed("rfc4309(ccm(sm4))", DECRYPT, sec,
crypto/tcrypt.c
2177
test_aead_speed("gcm(aria)", ENCRYPT, sec,
crypto/tcrypt.c
2179
test_aead_speed("gcm(aria)", DECRYPT, sec,