Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/crypto/chacha20-s390/
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 …]
DMakefile6 obj-m += test_cipher.o
7 test_cipher-y := test-cipher.o
/linux-6.12.1/crypto/
Dtestmgr.c2748 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() function
3709 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
3711 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()