abytes 32 arch/arm64/crypto/aes-ce-ccm-glue.c asmlinkage void ce_aes_ccm_auth_data(u8 mac[], u8 const in[], u32 abytes, abytes 106 arch/arm64/crypto/aes-ce-ccm-glue.c u32 abytes, u32 *macp) abytes 110 arch/arm64/crypto/aes-ce-ccm-glue.c ce_aes_ccm_auth_data(mac, in, abytes, macp, key->key_enc, abytes 115 arch/arm64/crypto/aes-ce-ccm-glue.c int added = min(abytes, AES_BLOCK_SIZE - *macp); abytes 121 arch/arm64/crypto/aes-ce-ccm-glue.c abytes -= added; abytes 124 arch/arm64/crypto/aes-ce-ccm-glue.c while (abytes >= AES_BLOCK_SIZE) { abytes 129 arch/arm64/crypto/aes-ce-ccm-glue.c abytes -= AES_BLOCK_SIZE; abytes 132 arch/arm64/crypto/aes-ce-ccm-glue.c if (abytes > 0) { abytes 134 arch/arm64/crypto/aes-ce-ccm-glue.c crypto_xor(mac, in, abytes); abytes 135 arch/arm64/crypto/aes-ce-ccm-glue.c *macp = abytes; abytes 2151 fs/nfs/nfs3xdr.c p = xdr_decode_size3(p, &result->abytes); abytes 4407 fs/nfs/nfs4xdr.c if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0) abytes 539 fs/nfs/proc.c stat->abytes = (u64)fsinfo.bavail * fsinfo.bsize; abytes 488 fs/nfs/super.c buf->f_bavail = (res.abytes + blockres) >> blockbits; abytes 158 include/linux/nfs_xdr.h __u64 abytes; /* # of bytes available to user */