Home | History | Annotate | Download | only in testprof

Lines Matching defs:ecb

295   symmetric_ECB ecb;
302 ecb_start(x, key, cipher_descriptor[x].min_key_length, 0, &ecb);
310 #define DO1 ecb_encrypt(pt, pt, sizeof(pt), &ecb);
329 #define DO1 ecb_decrypt(pt, pt, sizeof(pt), &ecb);
345 ecb_done(&ecb);