crypto-factory: Remove obsolete transform testing functions
This commit is contained in:
@@ -371,16 +371,6 @@ struct crypto_factory_t {
|
||||
void (*add_test_vector)(crypto_factory_t *this, transform_type_t type,
|
||||
void *vector);
|
||||
|
||||
/**
|
||||
* Get the number of test vector failures encountered during add.
|
||||
*
|
||||
* This counter gets incremented only if transforms get tested during
|
||||
* registration.
|
||||
*
|
||||
* @return number of failed test vectors
|
||||
*/
|
||||
u_int (*get_test_vector_failures)(crypto_factory_t *this);
|
||||
|
||||
/**
|
||||
* Create an enumerator verifying transforms using known test vectors.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user