Home
last modified time | relevance | path

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

/openssl/test/
H A Dendecoder_legacy_test.c314 EVP_PKEY *decoded_provided_pkey = NULL; in test_protected_PEM() local
347 if (!TEST_int_gt(evp_pkey_eq(decoded_provided_pkey, in test_protected_PEM()
350 evp_pkey_print(bio_out, decoded_provided_pkey, 0, NULL); in test_protected_PEM()
358 EVP_PKEY_free(decoded_provided_pkey); in test_protected_PEM()
382 EVP_PKEY *decoded_provided_pkey = NULL; in test_unprotected_PEM() local
414 if (!TEST_int_gt(evp_pkey_eq(decoded_provided_pkey, in test_unprotected_PEM()
417 evp_pkey_print(bio_out, decoded_provided_pkey, 0, NULL); in test_unprotected_PEM()
425 EVP_PKEY_free(decoded_provided_pkey); in test_unprotected_PEM()
452 EVP_PKEY *decoded_provided_pkey = NULL; in test_DER() local
485 if (!TEST_int_gt(evp_pkey_eq(decoded_provided_pkey, in test_DER()
[all …]

Completed in 10 milliseconds