Home | History | Annotate | Download | only in test

Lines Matching refs:ca

81 cipher_array_test_throughput(cipher_t *ca[], int num_cipher);
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers,
357 /* set ca to location of cipher_array */
358 *ca = cipher_array;
458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) {
465 (ca[0])->type->description, num_cipher);
469 cipher_array_bits_per_second(ca, num_cipher, i, num_trials) / 1e9);
476 cipher_t **ca = NULL;
479 status = cipher_array_alloc_init(&ca, num_cipher, ct, klen);
486 cipher_array_test_throughput(ca, num_cipher);
488 cipher_array_delete(ca, num_cipher);