Searched refs:shash_alg (Results 1 – 25 of 25) sorted by relevance
41 bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey()50 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()68 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()78 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()108 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()132 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()146 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()167 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()188 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()209 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()[all …]
69 static struct shash_alg alg = {
88 static struct shash_alg alg = {
118 static struct shash_alg alg = {
137 static struct shash_alg alg = {
130 static struct shash_alg ghash_alg = {
153 static struct shash_alg alg = {
97 static struct shash_alg digest_null = {
177 static struct shash_alg sm3_alg = {
186 struct shash_alg *salg; in hmac_create()
186 static struct shash_alg sha512_algs[2] = { {
631 static struct shash_alg tgr_algs[3] = { {
245 static struct shash_alg algs[] = { {
272 static struct shash_alg poly1305_alg = {
212 static struct shash_alg alg = {
221 static struct shash_alg alg = {
1122 static struct shash_alg wp_algs[3] = { {
298 static struct shash_alg alg = {
317 static struct shash_alg alg = {
264 static struct shash_alg sha256_algs[2] = { {
366 static struct shash_alg alg = {
342 static struct shash_alg alg = {
873 struct shash_alg *salg; in cryptd_create_hash()
42 struct shash_alg alg;85 bool crypto_shash_alg_has_setkey(struct shash_alg *alg);100 int crypto_register_shash(struct shash_alg *alg);101 int crypto_unregister_shash(struct shash_alg *alg);102 int crypto_register_shashes(struct shash_alg *algs, int count);103 int crypto_unregister_shashes(struct shash_alg *algs, int count);109 struct shash_alg *alg,117 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask);231 sizeof(struct shash_alg) - sizeof(*alg)); in shash_alloc_instance()
176 struct shash_alg { struct735 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()737 return container_of(alg, struct shash_alg, base); in __crypto_shash_alg()740 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg()