crypto_hash_crt 357 crypto/cryptd.c err = crypto_hash_crt(child)->init(&desc); crypto_hash_crt 388 crypto/cryptd.c err = crypto_hash_crt(child)->update(&desc, crypto_hash_crt 421 crypto/cryptd.c err = crypto_hash_crt(child)->final(&desc, req->result); crypto_hash_crt 452 crypto/cryptd.c err = crypto_hash_crt(child)->digest(&desc, crypto_hash_crt 1227 include/linux/crypto.h return crypto_hash_crt(tfm)->digestsize; crypto_hash_crt 1247 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->init(desc); crypto_hash_crt 1254 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes); crypto_hash_crt 1259 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->final(desc, out); crypto_hash_crt 1266 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out); crypto_hash_crt 1272 include/linux/crypto.h return crypto_hash_crt(hash)->setkey(hash, key, keylen);