Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Drun-tests.sh19 insmod test_cipher.ko size=63
20 insmod test_cipher.ko size=64
21 insmod test_cipher.ko size=65
22 insmod test_cipher.ko size=127
23 insmod test_cipher.ko size=128
24 insmod test_cipher.ko size=129
25 insmod test_cipher.ko size=511
26 insmod test_cipher.ko size=512
27 insmod test_cipher.ko size=513
28 insmod test_cipher.ko size=4096
[all …]
H A DMakefile6 obj-m += test_cipher.o
7 test_cipher-y := test-cipher.o
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c649 static void test_cipher(const void *opaque) in test_cipher() function
823 g_test_add_data_func(test_data[i].path, &test_data[i], test_cipher); in main()
/openbmc/linux/crypto/
H A Dtestmgr.c2721 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() function
3678 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
3680 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()