Searched refs:nbytes (Results 1 – 6 of 6) sorted by relevance
/lib/crypto/mpi/ |
A D | mpicoder.c | 46 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 D | crc8.c | 75 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 D | poly1305.c | 43 const u8 *src, unsigned int nbytes) in poly1305_update() argument 46 src, nbytes, POLY1305_BLOCK_SIZE, in poly1305_update()
|
/lib/dim/ |
A D | dim.c | 64 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 D | chacha-glue.c | 24 int nrounds, unsigned int nbytes);
|
/lib/ |
A D | genalloc.c | 189 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