Home | History | Annotate | Download | only in testprof

Lines Matching refs:min_key_length

270     kl   = cipher_descriptor[x].min_key_length;
302 ecb_start(x, key, cipher_descriptor[x].min_key_length, 0, &ecb);
374 cbc_start(x, pt, key, cipher_descriptor[x].min_key_length, 0, &cbc);
449 ctr_start(x, pt, key, cipher_descriptor[x].min_key_length, 0, CTR_COUNTER_LITTLE_ENDIAN, &ctr);
525 lrw_start(x, pt, key, cipher_descriptor[x].min_key_length, key, 0, &lrw);