Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test2.c821 EVP_PKEY *read_pkey = NULL; in test_PEM_read_bio_negative_wrong_password() local
844 read_pkey = PEM_read_bio_PrivateKey(key_bio, NULL, NULL, NULL); in test_PEM_read_bio_negative_wrong_password()
845 if (!TEST_ptr_null(read_pkey)) in test_PEM_read_bio_negative_wrong_password()
854 EVP_PKEY_free(read_pkey); in test_PEM_read_bio_negative_wrong_password()

Completed in 11 milliseconds