Searched refs:is_cipher_disabled (Results 1 – 1 of 1) sorted by relevance
89 static int is_cipher_disabled(const char *name);555 if (is_cipher_disabled(alg)) { in cipher_test_init()1339 if (expected->alg != NULL && is_cipher_disabled(expected->alg)) { in mac_test_run_pkey()1449 if (is_cipher_disabled(expected->alg)) in mac_test_run_mac()1779 if (is_digest_disabled(p) || is_cipher_disabled(p)) { in pkey_test_ctrl()2798 && is_cipher_disabled(p)) { in kdf_test_ctrl()4112 static int is_cipher_disabled(const char *name) in is_cipher_disabled() function