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

/linux-master/crypto/
H A Dtcrypt.c243 static void test_mb_aead_speed(const char *algo, int enc, int secs, function
2074 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL,
2076 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8,
2078 test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL,
2080 test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8,
2085 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0,
2087 test_mb_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, NULL, 0,
2092 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT,
2095 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT,
2165 test_mb_aead_speed("gc
[all...]

Completed in 132 milliseconds