crypto/tcrypt.c
2052
test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL,
crypto/tcrypt.c
2054
test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8,
crypto/tcrypt.c
2056
test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL,
crypto/tcrypt.c
2058
test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8,
crypto/tcrypt.c
2063
test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2065
test_mb_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2070
test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT,
crypto/tcrypt.c
2073
test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT,
crypto/tcrypt.c
2143
test_mb_aead_speed("gcm(sm4)", ENCRYPT, sec, NULL, 0, 16, 8,
crypto/tcrypt.c
2145
test_mb_aead_speed("gcm(sm4)", DECRYPT, sec, NULL, 0, 16, 8,
crypto/tcrypt.c
2150
test_mb_aead_speed("rfc4309(ccm(sm4))", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2152
test_mb_aead_speed("rfc4309(ccm(sm4))", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2184
test_mb_aead_speed("gcm(aria)", ENCRYPT, sec, NULL, 0, 16, 8,
crypto/tcrypt.c
2186
test_mb_aead_speed("gcm(aria)", DECRYPT, sec, NULL, 0, 16, 8,