Home | History | Annotate | Download | only in testprof

Lines Matching defs:lrw

517   symmetric_LRW lrw;
525 lrw_start(x, pt, key, cipher_descriptor[x].min_key_length, key, 0, &lrw);
533 #define DO1 lrw_encrypt(pt, pt, sizeof(pt), &lrw);
552 #define DO1 lrw_decrypt(pt, pt, sizeof(pt), &lrw);
569 lrw_done(&lrw);
586 int time_cipher4(void) { fprintf(stderr, "NO LRW\n"); return 0; }