Home | History | Annotate | Download | only in test

Lines Matching refs:cipher_t

57 cipher_driver_test_throughput(cipher_t *c);
70 cipher_driver_test_buffering(cipher_t *c);
81 cipher_array_test_throughput(cipher_t *ca[], int num_cipher);
84 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher,
88 cipher_array_delete(cipher_t *cipher_array[], int num_cipher);
91 cipher_array_alloc_init(cipher_t ***cipher_array, int num_ciphers,
121 cipher_t *c = NULL;
224 cipher_driver_test_throughput(cipher_t *c) {
260 cipher_driver_test_buffering(cipher_t *c) {
341 * of cipher_t of type ctype
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers,
350 cipher_t **cipher_array;
353 cipher_array = (cipher_t **) malloc(sizeof(cipher_t *) * num_ciphers);
394 cipher_array_delete(cipher_t *cipher_array[], int num_cipher) {
420 cipher_array_bits_per_second(cipher_t *cipher_array[], int num_cipher,
458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) {
476 cipher_t **ca = NULL;