Searched refs:cipher_names (Results 1 – 2 of 2) sorted by relevance
31 static CIPHER_ID_NAME cipher_names[] = { variable374 for (i = 0; i < OSSL_NELEM(cipher_names); i++) in get_std_name_by_id()375 if (cipher_names[i].id == id) in get_std_name_by_id()376 return cipher_names[i].name; in get_std_name_by_id()
41 static STACK_OF(OPENSSL_STRING) *cipher_names = NULL;377 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit()471 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit_partialupdate()811 if (!TEST_ptr(cipher_names = sk_OPENSSL_STRING_new(name_cmp))) in setup_tests()813 EVP_CIPHER_do_all_provided(libctx, collect_cipher_names, cipher_names); in setup_tests()815 ADD_ALL_TESTS(test_cipher_reinit, sk_OPENSSL_STRING_num(cipher_names)); in setup_tests()817 sk_OPENSSL_STRING_num(cipher_names)); in setup_tests()837 sk_OPENSSL_STRING_pop_free(cipher_names, string_free); in cleanup_tests()
Completed in 10 milliseconds