crypto_hash_update 127 crypto/authenc.c err = crypto_hash_update(&desc, req->assoc, req->assoclen); crypto_hash_update 131 crypto/authenc.c err = crypto_hash_update(&desc, cipher, cryptlen); crypto_hash_update 76 crypto/hmac.c err = crypto_hash_update(&desc, &tmp, tmplen); crypto_hash_update 83 crypto/hmac.c err = crypto_hash_update(&desc, &tmp, keylen); crypto_hash_update 127 crypto/hmac.c return crypto_hash_update(&desc, &tmp, bs); crypto_hash_update 139 crypto/hmac.c return crypto_hash_update(&desc, sg, nbytes); crypto_hash_update 268 crypto/tcrypt.c ret = crypto_hash_update(desc, sg, plen); crypto_hash_update 348 crypto/tcrypt.c ret = crypto_hash_update(desc, sg, plen); crypto_hash_update 367 crypto/tcrypt.c ret = crypto_hash_update(desc, sg, plen); crypto_hash_update 126 fs/ecryptfs/crypto.c rc = crypto_hash_update(&desc, &sg, len); crypto_hash_update 32 include/net/ah.h err = skb_icv_walk(skb, &desc, 0, skb->len, crypto_hash_update); crypto_hash_update 2604 net/ipv4/tcp.c err = crypto_hash_update(&hp->md5_desc, &sg, sizeof(struct tcphdr)); crypto_hash_update 2625 net/ipv4/tcp.c if (crypto_hash_update(desc, &sg, head_data_len)) crypto_hash_update 2631 net/ipv4/tcp.c if (crypto_hash_update(desc, &sg, f->size)) crypto_hash_update 2645 net/ipv4/tcp.c return crypto_hash_update(&hp->md5_desc, &sg, key->keylen); crypto_hash_update 1012 net/ipv4/tcp_ipv4.c return crypto_hash_update(&hp->md5_desc, &sg, sizeof(*bp)); crypto_hash_update 756 net/ipv6/tcp_ipv6.c return crypto_hash_update(&hp->md5_desc, &sg, sizeof(*bp)); crypto_hash_update 124 net/sunrpc/auth_gss/gss_krb5_crypto.c return crypto_hash_update(desc, sg, sg->length); crypto_hash_update 146 net/sunrpc/auth_gss/gss_krb5_crypto.c err = crypto_hash_update(&desc, sg, hdrlen); crypto_hash_update 136 net/sunrpc/auth_gss/gss_spkm3_seal.c return crypto_hash_update(desc, sg, sg->length); crypto_hash_update 177 net/sunrpc/auth_gss/gss_spkm3_seal.c crypto_hash_update(&desc, sg, sg->length);