Searched refs:is_cipher_disabled (Results 1 – 1 of 1) sorted by relevance
102 static int is_cipher_disabled(const char *name);934 if (is_cipher_disabled(alg)) { in cipher_test_init()1778 if (expected->alg != NULL && is_cipher_disabled(expected->alg)) { in mac_test_run_pkey()1900 if (is_cipher_disabled(expected->alg)) in mac_test_run_mac()2594 if (is_digest_disabled(p) || is_cipher_disabled(p)) { in pkey_test_ctrl()2619 if (is_digest_disabled(p) || is_cipher_disabled(p)) { in pkey_add_control()3944 && is_cipher_disabled(p)) { in kdf_test_ctrl()5557 static int is_cipher_disabled(const char *name) in is_cipher_disabled() function