Home
last modified time | relevance | path

Searched refs:testvec_config (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dtestmgr.c283 * struct testvec_config - configuration for testing a crypto test vector
308 struct testvec_config { struct
333 static const struct testvec_config default_cipher_testvec_configs[] = { argument
403 static const struct testvec_config default_hash_testvec_configs[] = {
513 * Check whether the given testvec_config is valid. This isn't strictly needed
514 * since every testvec_config should be valid, but check anyway so that people
517 static bool valid_testvec_config(const struct testvec_config *cfg) in valid_testvec_config()
777 const struct testvec_config *cfg, in build_cipher_test_sglists()
835 const struct testvec_config *cfg, in prepare_keybuf()
1097 /* Generate a random testvec_config fo
326 nametestvec_config global() argument
[all...]