Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Devp_extra_test2.c677 EVP_PKEY *read_pkey = NULL; in test_PEM_read_bio_negative_wrong_password() local
700 read_pkey = PEM_read_bio_PrivateKey(key_bio, NULL, NULL, NULL); in test_PEM_read_bio_negative_wrong_password()
701 if (!TEST_ptr_null(read_pkey)) in test_PEM_read_bio_negative_wrong_password()
710 EVP_PKEY_free(read_pkey); in test_PEM_read_bio_negative_wrong_password()

Completed in 3 milliseconds