Home
last modified time | relevance | path

Searched refs:abytes (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm64/crypto/
Daes-ce-ccm-glue.c34 asmlinkage void ce_aes_ccm_auth_data(u8 mac[], u8 const in[], u32 abytes,
110 u32 abytes, u32 *macp) in ccm_update_mac() argument
114 ce_aes_ccm_auth_data(mac, in, abytes, macp, key->key_enc, in ccm_update_mac()
119 int added = min(abytes, AES_BLOCK_SIZE - *macp); in ccm_update_mac()
125 abytes -= added; in ccm_update_mac()
128 while (abytes > AES_BLOCK_SIZE) { in ccm_update_mac()
134 abytes -= AES_BLOCK_SIZE; in ccm_update_mac()
137 if (abytes > 0) { in ccm_update_mac()
140 crypto_xor(mac, in, abytes); in ccm_update_mac()
141 *macp = abytes; in ccm_update_mac()
/Linux-v4.19/fs/nfs/
Dproc.c539 stat->abytes = (u64)fsinfo.bavail * fsinfo.bsize; in nfs_proc_statfs()
Dnfs3xdr.c2184 p = xdr_decode_size3(p, &result->abytes); in decode_fsstat3resok()
Dsuper.c483 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
Dnfs4xdr.c4529 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0) in decode_statfs()
/Linux-v4.19/include/linux/
Dnfs_xdr.h158 __u64 abytes; /* # of bytes available to user */ member