Lines Matching refs:hash
3 * sun8i-ce-hash.c - hardware cryptographic offloader for
13 #include <crypto/internal/hash.h>
33 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
126 alg.hash.base);
169 alg.hash.base);
197 alg.hash.base);
213 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
262 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
354 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
357 bs = algt->alg.hash.base.halg.base.cra_blocksize;
358 digestsize = algt->alg.hash.base.halg.digestsize;
470 memcpy(areq->result, result, algt->alg.hash.base.halg.digestsize);