Home
last modified time | relevance | path

Searched refs:func (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dfips140-selftests.c130 int __must_check (*func)(const struct fips_test *test, member
576 .func = fips_test_aes_library,
613 .func = fips_test_hash,
649 .func = fips_test_skcipher,
690 .func = fips_test_skcipher,
707 .func = fips_test_skcipher,
734 .func = fips_test_skcipher,
752 .func = fips_test_skcipher,
768 .func = fips_test_aead,
792 .func = fips_test_hash,
[all …]
Dfips140-alg-registration.c109 static int fips140_store_init_function(struct crypto_alg *alg, void *func) in fips140_store_init_function() argument
118 if (WARN_ON((unsigned long)func & 3)) in fips140_store_init_function()
121 ret = xa_store(&fips140_init_func_map, (unsigned long)alg, func, in fips140_store_init_function()