Searched refs:thislen (Results 1 – 2 of 2) sorted by relevance
813 int thislen; in xdr_reserve_space_vec() local827 thislen = xdr->buf->page_len % PAGE_SIZE; in xdr_reserve_space_vec()828 thislen = min_t(size_t, nbytes, PAGE_SIZE - thislen); in xdr_reserve_space_vec()830 p = xdr_reserve_space(xdr, thislen); in xdr_reserve_space_vec()835 vec[v].iov_len = thislen; in xdr_reserve_space_vec()837 nbytes -= thislen; in xdr_reserve_space_vec()1784 unsigned int page_len, thislen, page_offset; in xdr_process_buf() local1792 thislen = buf->head[0].iov_len - offset; in xdr_process_buf()1793 if (thislen > len) in xdr_process_buf()1794 thislen = len; in xdr_process_buf()[all …]
338 int thislen = desc->fraglen + sg->length; in encryptor() local362 fraglen = thislen & (crypto_sync_skcipher_blocksize(tfm) - 1); in encryptor()363 thislen -= fraglen; in encryptor()365 if (thislen == 0) in encryptor()372 thislen, desc->iv); in encryptor()436 int thislen = desc->fraglen + sg->length; in decryptor() local449 fraglen = thislen & (crypto_sync_skcipher_blocksize(tfm) - 1); in decryptor()450 thislen -= fraglen; in decryptor()452 if (thislen == 0) in decryptor()458 thislen, desc->iv); in decryptor()