Home
last modified time | relevance | path

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

/lib/crypto/mpi/
A Dmpicoder.c46 nbytes--; in mpi_read_raw_data()
49 nbits = nbytes * 8; in mpi_read_raw_data()
54 if (nbytes > 0) in mpi_read_raw_data()
65 if (nbytes > 0) { in mpi_read_raw_data()
210 if (!nbytes) in mpi_get_buffer()
267 if (nbytes < n) in mpi_write_to_sgl()
283 nbytes -= i; in mpi_write_to_sgl()
369 nbytes -= lzeros; in mpi_read_raw_from_sgl()
377 if (nbytes > 0) in mpi_read_raw_from_sgl()
391 if (nbytes == 0) in mpi_read_raw_from_sgl()
[all …]
/lib/crc/
A Dcrc8.c75 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc) in crc8() argument
78 while (nbytes-- > 0) in crc8()
/lib/crypto/
A Dpoly1305.c43 const u8 *src, unsigned int nbytes) in poly1305_update() argument
46 src, nbytes, POLY1305_BLOCK_SIZE, in poly1305_update()
/lib/dim/
A Ddim.c64 u32 nbytes = BIT_GAP(BITS_PER_TYPE(u32), end->byte_ctr, in dim_calc_stats() local
73 curr_stats->bpms = DIV_ROUND_UP(nbytes * USEC_PER_MSEC, delta_us); in dim_calc_stats()
/lib/crypto/arm/
A Dchacha-glue.c24 int nrounds, unsigned int nbytes);
/lib/
A Dgenalloc.c189 unsigned long nbytes = sizeof(struct gen_pool_chunk) + in gen_pool_add_owner() local
192 chunk = vzalloc_node(nbytes, nid); in gen_pool_add_owner()

Completed in 10 milliseconds