Lines Matching refs:test_mb_aead_speed
243 static void test_mb_aead_speed(const char *algo, int enc, int secs,
2079 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL,
2081 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8,
2083 test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL,
2085 test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8,
2090 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0,
2092 test_mb_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, NULL, 0,
2097 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT,
2100 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT,
2174 test_mb_aead_speed("gcm(sm4)", ENCRYPT, sec, NULL, 0, 16, 8,
2176 test_mb_aead_speed("gcm(sm4)", DECRYPT, sec, NULL, 0, 16, 8,
2181 test_mb_aead_speed("rfc4309(ccm(sm4))", ENCRYPT, sec, NULL, 0,
2183 test_mb_aead_speed("rfc4309(ccm(sm4))", DECRYPT, sec, NULL, 0,
2219 test_mb_aead_speed("gcm(aria)", ENCRYPT, sec, NULL, 0, 16, 8,
2221 test_mb_aead_speed("gcm(aria)", DECRYPT, sec, NULL, 0, 16, 8,