Searched refs:decoded_provided_pkey (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | endecoder_legacy_test.c | 314 EVP_PKEY *decoded_provided_pkey = NULL; in test_protected_PEM() local 336 OSSL_DECODER_CTX_new_for_pkey(&decoded_provided_pkey, in test_protected_PEM() 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 403 OSSL_DECODER_CTX_new_for_pkey(&decoded_provided_pkey, in test_unprotected_PEM() 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() [all …]
|