Searched refs:sha_hmac_algs (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/crypto/
H A Datmel-sha.c2061 static struct ahash_alg sha_hmac_algs[] = { variable in typeref:struct:ahash_alg
2422 for (i = 0; i < ARRAY_SIZE(sha_hmac_algs); i++)
2423 crypto_unregister_ahash(&sha_hmac_algs[i]);
2468 for (i = 0; i < ARRAY_SIZE(sha_hmac_algs); i++) {
2469 atmel_sha_hmac_alg_init(&sha_hmac_algs[i]);
2471 err = crypto_register_ahash(&sha_hmac_algs[i]);
2479 /*i = ARRAY_SIZE(sha_hmac_algs);*/
2482 crypto_unregister_ahash(&sha_hmac_algs[j]);

Completed in 186 milliseconds