Searched refs:read_pkey (Results 1 – 1 of 1) sorted by relevance
821 EVP_PKEY *read_pkey = NULL; in test_PEM_read_bio_negative_wrong_password() local844 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