Searched refs:limit (Results 1 – 3 of 3) sorted by relevance
127 u32 limit = XTEA_DELTA * XTEA_ROUNDS; in xtea_encrypt() local133 while (sum != limit) { in xtea_encrypt()167 u32 limit = XTEA_DELTA * XTEA_ROUNDS; in xeta_encrypt() local173 while (sum != limit) { in xeta_encrypt()
392 unsigned int limit = 500; in crypto_engine_stop() local401 while ((crypto_queue_len(&engine->queue) || engine->busy) && limit--) { in crypto_engine_stop()
40 static void dump_sg(struct scatterlist *sg, unsigned int limit)44 for (; sg && limit > 0; sg = sg_next(sg)) {45 unsigned int off = sg->offset, len = umin(sg->length, limit);48 limit -= len;
Completed in 5 milliseconds