crypto_hash_digest 162 crypto/hmac.c return crypto_hash_digest(&desc, &tmp, bs + ds, out); crypto_hash_digest 190 crypto/hmac.c err = crypto_hash_digest(&desc, sg1, nbytes + bs, digest); crypto_hash_digest 194 crypto/hmac.c return crypto_hash_digest(&desc, sg2, bs + ds, out); crypto_hash_digest 241 crypto/tcrypt.c ret = crypto_hash_digest(desc, sg, blen, out); crypto_hash_digest 296 crypto/tcrypt.c ret = crypto_hash_digest(desc, sg, blen, out); crypto_hash_digest 307 crypto/tcrypt.c ret = crypto_hash_digest(desc, sg, blen, out); crypto_hash_digest 108 fs/nfsd/nfs4recover.c if (crypto_hash_digest(&desc, &sg, sg.length, cksum.data)) crypto_hash_digest 547 net/ieee80211/ieee80211_crypt_tkip.c return crypto_hash_digest(&desc, sg, data_len + 16, mic); crypto_hash_digest 744 net/sctp/auth.c crypto_hash_digest(&desc, &sg, sg.length, digest); crypto_hash_digest 1547 net/sctp/sm_make_chunk.c crypto_hash_digest(&desc, &sg, bodysize, cookie->signature)) crypto_hash_digest 1617 net/sctp/sm_make_chunk.c crypto_hash_digest(&desc, &sg, bodysize, digest)) { crypto_hash_digest 1627 net/sctp/sm_make_chunk.c crypto_hash_digest(&desc, &sg, bodysize, digest)) {