Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dtea.c127 u32 limit = XTEA_DELTA * XTEA_ROUNDS; in xtea_encrypt() local
133 while (sum != limit) { in xtea_encrypt()
167 u32 limit = XTEA_DELTA * XTEA_ROUNDS; in xeta_encrypt() local
173 while (sum != limit) { in xeta_encrypt()
A Dcrypto_engine.c392 unsigned int limit = 500; in crypto_engine_stop() local
401 while ((crypto_queue_len(&engine->queue) || engine->busy) && limit--) { in crypto_engine_stop()
/crypto/krb5/
A Dselftest.c40 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