Lines Matching refs:DO1
267 #define DO1(k) func(k, kl, 0, &skey); in time_keysched() macro
275 DO1(key); in time_keysched()
284 #undef DO1 in time_keysched()
310 #define DO1 ecb_encrypt(pt, pt, sizeof(pt), &ecb); in time_cipher() macro
311 #define DO2 DO1 DO1 in time_cipher()
316 DO1; in time_cipher()
327 #undef DO1 in time_cipher()
329 #define DO1 ecb_decrypt(pt, pt, sizeof(pt), &ecb); in time_cipher() macro
330 #define DO2 DO1 DO1 in time_cipher()
335 DO1; in time_cipher()
355 #undef DO1 in time_cipher()
382 #define DO1 cbc_encrypt(pt, pt, sizeof(pt), &cbc); in time_cipher2() macro
383 #define DO2 DO1 DO1 in time_cipher2()
388 DO1; in time_cipher2()
399 #undef DO1 in time_cipher2()
401 #define DO1 cbc_decrypt(pt, pt, sizeof(pt), &cbc); in time_cipher2() macro
402 #define DO2 DO1 DO1 in time_cipher2()
407 DO1; in time_cipher2()
427 #undef DO1 in time_cipher2()
457 #define DO1 ctr_encrypt(pt, pt, sizeof(pt), &ctr); in time_cipher3() macro
458 #define DO2 DO1 DO1 in time_cipher3()
463 DO1; in time_cipher3()
474 #undef DO1 in time_cipher3()
476 #define DO1 ctr_decrypt(pt, pt, sizeof(pt), &ctr); in time_cipher3() macro
477 #define DO2 DO1 DO1 in time_cipher3()
482 DO1; in time_cipher3()
502 #undef DO1 in time_cipher3()
533 #define DO1 lrw_encrypt(pt, pt, sizeof(pt), &lrw); in time_cipher4() macro
534 #define DO2 DO1 DO1 in time_cipher4()
539 DO1; in time_cipher4()
550 #undef DO1 in time_cipher4()
552 #define DO1 lrw_decrypt(pt, pt, sizeof(pt), &lrw); in time_cipher4() macro
553 #define DO2 DO1 DO1 in time_cipher4()
558 DO1; in time_cipher4()
579 #undef DO1 in time_cipher4()
611 #define DO1 func(&md,pt,len); in time_hash() macro
612 #define DO2 DO1 DO1 in time_hash()
620 DO1; in time_hash()
634 #undef DO1 in time_hash()
657 #define DO1 mp_mul(&a, &b, &c); in time_mult() macro
658 #define DO2 DO1; DO1; in time_mult()
672 #undef DO1 in time_mult()
687 #define DO1 mp_sqr(&a, &b); in time_sqr() macro
688 #define DO2 DO1; DO1; in time_sqr()
702 #undef DO1 in time_sqr()
733 #define DO1 if (prng_descriptor[x].read(buf, 4096, &tprng) != 4096) { fprintf(stderr, "\n\nERROR RE… in time_prng() macro
734 #define DO2 DO1 DO1 in time_prng()
744 #undef DO1 in time_prng()
746 #define DO1 prng_descriptor[x].start(&tprng); prng_descriptor[x].add_entropy(buf, 32, &tprng); prng… in time_prng() macro
747 #define DO2 DO1 DO1 in time_prng()
757 #undef DO1 in time_prng()