crypto_aead_ivsize 152 crypto/authenc.c unsigned int ivsize = crypto_aead_ivsize(authenc); crypto_aead_ivsize 208 crypto/authenc.c memcpy(iv, req->iv, crypto_aead_ivsize(authenc)); crypto_aead_ivsize 281 crypto/authenc.c unsigned int ivsize = crypto_aead_ivsize(authenc); crypto_aead_ivsize 69 crypto/seqiv.c memcpy(req->areq.iv, subreq->iv, crypto_aead_ivsize(geniv)); crypto_aead_ivsize 160 crypto/seqiv.c ivsize = crypto_aead_ivsize(geniv); crypto_aead_ivsize 223 crypto/seqiv.c crypto_aead_ivsize(geniv)); crypto_aead_ivsize 38 net/ipv4/esp4.c len = crypto_aead_ivsize(aead); crypto_aead_ivsize 55 net/ipv4/esp4.c return crypto_aead_ivsize(aead) ? crypto_aead_ivsize 64 net/ipv4/esp4.c req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), crypto_aead_ivsize 74 net/ipv4/esp4.c req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), crypto_aead_ivsize 206 net/ipv4/esp4.c esph->enc_data + crypto_aead_ivsize(aead) - skb->data, crypto_aead_ivsize 237 net/ipv4/esp4.c int hlen = sizeof(struct ip_esp_hdr) + crypto_aead_ivsize(aead); crypto_aead_ivsize 331 net/ipv4/esp4.c int elen = skb->len - sizeof(*esph) - crypto_aead_ivsize(aead); crypto_aead_ivsize 339 net/ipv4/esp4.c if (!pskb_may_pull(skb, sizeof(*esph) + crypto_aead_ivsize(aead))) crypto_aead_ivsize 368 net/ipv4/esp4.c skb_to_sgvec(skb, sg, sizeof(*esph) + crypto_aead_ivsize(aead), elen); crypto_aead_ivsize 575 net/ipv4/esp4.c crypto_aead_ivsize(aead); crypto_aead_ivsize 64 net/ipv6/esp6.c len = crypto_aead_ivsize(aead); crypto_aead_ivsize 81 net/ipv6/esp6.c return crypto_aead_ivsize(aead) ? crypto_aead_ivsize 90 net/ipv6/esp6.c req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), crypto_aead_ivsize 100 net/ipv6/esp6.c req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), crypto_aead_ivsize 195 net/ipv6/esp6.c esph->enc_data + crypto_aead_ivsize(aead) - skb->data, crypto_aead_ivsize 225 net/ipv6/esp6.c int hlen = sizeof(struct ip_esp_hdr) + crypto_aead_ivsize(aead); crypto_aead_ivsize 277 net/ipv6/esp6.c int elen = skb->len - sizeof(*esph) - crypto_aead_ivsize(aead); crypto_aead_ivsize 285 net/ipv6/esp6.c if (!pskb_may_pull(skb, sizeof(*esph) + crypto_aead_ivsize(aead))) { crypto_aead_ivsize 319 net/ipv6/esp6.c skb_to_sgvec(skb, sg, sizeof(*esph) + crypto_aead_ivsize(aead), elen); crypto_aead_ivsize 521 net/ipv6/esp6.c crypto_aead_ivsize(aead);