Home
last modified time | relevance | path

Searched refs:test_mb_aead_speed (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dtcrypt.c243 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() function
2079 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test()
2081 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
2083 test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL, in do_test()
2085 test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8, in do_test()
2097 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test()
2100 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, in do_test()
2174 test_mb_aead_speed("gcm(sm4)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
2176 test_mb_aead_speed("gcm(sm4)", DECRYPT, sec, NULL, 0, 16, 8, in do_test()
2219 test_mb_aead_speed("gcm(aria)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
[all …]