disable AEAD crypto algorithm if no key size is supported
This commit is contained in:
@@ -352,6 +352,7 @@ METHOD(crypto_tester_t, test_aead, bool,
|
||||
DBG1(DBG_LIB, "%N[%s]: %u bit key size not supported",
|
||||
encryption_algorithm_names, alg, plugin_name,
|
||||
BITS_PER_BYTE * vector->key_size);
|
||||
failed = TRUE;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user