Searched refs:cipher_names (Results 1 – 2 of 2) sorted by relevance
31 static CIPHER_ID_NAME cipher_names[] = { variable372 for (i = 0; i < OSSL_NELEM(cipher_names); i++) in get_std_name_by_id()373 if (cipher_names[i].id == id) in get_std_name_by_id()374 return cipher_names[i].name; in get_std_name_by_id()
40 static STACK_OF(OPENSSL_STRING) *cipher_names = NULL;341 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit()432 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit_partialupdate()736 if (!TEST_ptr(cipher_names = sk_OPENSSL_STRING_new(name_cmp))) in setup_tests()738 EVP_CIPHER_do_all_provided(libctx, collect_cipher_names, cipher_names); in setup_tests()740 ADD_ALL_TESTS(test_cipher_reinit, sk_OPENSSL_STRING_num(cipher_names)); in setup_tests()742 sk_OPENSSL_STRING_num(cipher_names)); in setup_tests()762 sk_OPENSSL_STRING_pop_free(cipher_names, string_free); in cleanup_tests()