Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/crypto/
Daes-ce-ccm-glue.c32 asmlinkage void ce_aes_ccm_auth_data(u8 mac[], u8 const in[], u32 abytes,
100 u32 abytes, u32 *macp) in ccm_update_mac() argument
104 ce_aes_ccm_auth_data(mac, in, abytes, macp, key->key_enc, in ccm_update_mac()
109 int added = min(abytes, AES_BLOCK_SIZE - *macp); in ccm_update_mac()
115 abytes -= added; in ccm_update_mac()
118 while (abytes >= AES_BLOCK_SIZE) { in ccm_update_mac()
123 abytes -= AES_BLOCK_SIZE; in ccm_update_mac()
126 if (abytes > 0) { in ccm_update_mac()
128 crypto_xor(mac, in, abytes); in ccm_update_mac()
129 *macp = abytes; in ccm_update_mac()
/Linux-v5.15/fs/nfs/
Dproc.c550 stat->abytes = (u64)fsinfo.bavail * fsinfo.bsize; in nfs_proc_statfs()
Dsuper.c288 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
Dnfs3xdr.c2151 p = xdr_decode_size3(p, &result->abytes); in decode_fsstat3resok()
Dnfs4xdr.c4445 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0) in decode_statfs()
/Linux-v5.15/include/linux/
Dnfs_xdr.h164 __u64 abytes; /* # of bytes available to user */ member