Home
last modified time | relevance | path

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

/linux-5.10/drivers/crypto/
Dixp4xx_crypto.c163 struct ix_hash_algo { struct
191 const struct ix_hash_algo *hash;
200 const struct ix_hash_algo *hash;
207 static const struct ix_hash_algo hash_alg_md5 = {
212 static const struct ix_hash_algo hash_alg_sha1 = {
251 static inline const struct ix_hash_algo *ix_hash(struct crypto_tfm *tfm) in ix_hash()
669 const struct ix_hash_algo *algo; in setup_auth()