Home
last modified time | relevance | path

Searched refs:crypto_unregister_ahashes (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/
H A Datmel-sha.c2422 crypto_unregister_ahashes(sha_hmac_algs, in atmel_sha_unregister_algs()
2425 crypto_unregister_ahashes(sha_1_256_algs, ARRAY_SIZE(sha_1_256_algs)); in atmel_sha_unregister_algs()
2431 crypto_unregister_ahashes(sha_384_512_algs, in atmel_sha_unregister_algs()
2479 crypto_unregister_ahashes(sha_hmac_algs, i); in atmel_sha_register_algs()
2482 crypto_unregister_ahashes(sha_384_512_algs, i); in atmel_sha_register_algs()
2487 crypto_unregister_ahashes(sha_1_256_algs, i); in atmel_sha_register_algs()
H A Dimg-hash.c874 crypto_unregister_ahashes(img_algs, i); in img_register_algs()
884 crypto_unregister_ahashes(img_algs, ARRAY_SIZE(img_algs)); in img_unregister_algs()
/linux/crypto/
H A Dahash.c1023 crypto_unregister_ahashes(algs, i); in crypto_register_ahashes()
1032 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes() function
1039 EXPORT_SYMBOL_GPL(crypto_unregister_ahashes);
/linux/include/crypto/internal/
H A Dhash.h90 void crypto_unregister_ahashes(struct ahash_alg *algs, int count);
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c2943 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()
2956 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_remove()