crypto_aead_authsize  170 crypto/authenc.c 				 crypto_aead_authsize(authenc), 1);
crypto_aead_authsize  268 crypto/authenc.c 	authsize = crypto_aead_authsize(authenc);
crypto_aead_authsize  300 crypto/authenc.c 	unsigned int authsize = crypto_aead_authsize(authenc);
crypto_aead_authsize  131 crypto/ccm.c   	m = crypto_aead_authsize(aead);
crypto_aead_authsize  287 crypto/ccm.c   					 crypto_aead_authsize(aead), 1);
crypto_aead_authsize  349 crypto/ccm.c   				 crypto_aead_authsize(aead), 1);
crypto_aead_authsize  359 crypto/ccm.c   	unsigned int authsize = crypto_aead_authsize(aead);
crypto_aead_authsize  377 crypto/ccm.c   	unsigned int authsize = crypto_aead_authsize(aead);
crypto_aead_authsize  318 crypto/gcm.c   				 crypto_aead_authsize(aead), 1);
crypto_aead_authsize  356 crypto/gcm.c   	unsigned int authsize = crypto_aead_authsize(aead);
crypto_aead_authsize  361 crypto/gcm.c   	authsize = crypto_aead_authsize(aead);
crypto_aead_authsize  383 crypto/gcm.c   	unsigned int authsize = crypto_aead_authsize(aead);
crypto_aead_authsize  131 net/ipv4/esp4.c 	alen = crypto_aead_authsize(aead);
crypto_aead_authsize  236 net/ipv4/esp4.c 	int alen = crypto_aead_authsize(aead);
crypto_aead_authsize  392 net/ipv4/esp4.c 	mtu -= x->props.header_len + crypto_aead_authsize(esp->aead);
crypto_aead_authsize  523 net/ipv4/esp4.c 		    crypto_aead_authsize(aead)) {
crypto_aead_authsize  526 net/ipv4/esp4.c 				 crypto_aead_authsize(aead),
crypto_aead_authsize  598 net/ipv4/esp4.c 	x->props.trailer_len = align + 1 + crypto_aead_authsize(esp->aead);
crypto_aead_authsize  155 net/ipv6/esp6.c 	alen = crypto_aead_authsize(aead);
crypto_aead_authsize  224 net/ipv6/esp6.c 	int alen = crypto_aead_authsize(aead);
crypto_aead_authsize  343 net/ipv6/esp6.c 	mtu -= x->props.header_len + crypto_aead_authsize(esp->aead);
crypto_aead_authsize  466 net/ipv6/esp6.c 		    crypto_aead_authsize(aead)) {
crypto_aead_authsize  469 net/ipv6/esp6.c 				 crypto_aead_authsize(aead),
crypto_aead_authsize  540 net/ipv6/esp6.c 	x->props.trailer_len = align + 1 + crypto_aead_authsize(esp->aead);