Symbol: crypto_shash_alg
crypto/shash.c
123
return crypto_shash_alg(tfm)->update(desc, data, len);
crypto/shash.c
152
err = crypto_shash_alg(tfm)->update(desc, src, nbytes);
crypto/shash.c
171
return crypto_shash_op_and_zero(crypto_shash_alg(tfm)->finup, desc,
crypto/shash.c
191
return crypto_shash_op_and_zero(crypto_shash_alg(tfm)->digest, desc,
crypto/shash.c
21
return crypto_shash_alg(tfm)->base.cra_flags &
crypto/shash.c
229
crypto_shash_alg(desc->tfm)->export_core);
crypto/shash.c
245
return __crypto_shash_export(desc, out, crypto_shash_alg(tfm)->export);
crypto/shash.c
27
return crypto_shash_alg(tfm)->base.cra_flags &
crypto/shash.c
278
crypto_shash_alg(desc->tfm)->import_core);
crypto/shash.c
287
err = __crypto_shash_import(desc, in, crypto_shash_alg(tfm)->import);
crypto/shash.c
305
struct shash_alg *alg = crypto_shash_alg(hash);
crypto/shash.c
313
struct shash_alg *alg = crypto_shash_alg(hash);
crypto/shash.c
33
return crypto_shash_alg(tfm)->base.cra_flags &
crypto/shash.c
401
struct shash_alg *alg = crypto_shash_alg(hash);
crypto/shash.c
53
struct shash_alg *shash = crypto_shash_alg(tfm);
crypto/shash.c
78
return crypto_shash_alg(tfm)->init(desc);
crypto/shash.c
92
struct shash_alg *shash = crypto_shash_alg(desc->tfm);
drivers/crypto/xilinx/zynqmp-sha.c
48
struct shash_alg *alg = crypto_shash_alg(hash);
include/crypto/hash.h
827
return crypto_shash_alg(tfm)->digestsize;
include/crypto/hash.h
832
return crypto_shash_alg(tfm)->statesize;
include/crypto/hash.h
867
return crypto_shash_alg(tfm)->descsize;