Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dmain.c86 test_cipher(verbose); in main()
96 test_cipher(verbose); in main()
H A Dtest_multi.c36 res = test_cipher(1); in test_nosupport_multi()
113 res = test_cipher(1); in test_nosupport_multi()
H A Dtest_cipher.h9 RK_RES test_cipher(int verbose);
H A Dtest_stress.c27 DEFINE_STRESS_ITEM(test_cipher),
H A Dtest_cipher.c374 RK_RES test_cipher(int verbose) in test_cipher() function
/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c2614 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() function
3537 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
3539 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()