Lines Matching refs:ectx
310 OSSL_ENCODER_CTX *ectx = NULL; in test_protected_PEM() local
321 if (!TEST_ptr(ectx = in test_protected_PEM()
325 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_protected_PEM()
359 OSSL_ENCODER_CTX_free(ectx); in test_protected_PEM()
378 OSSL_ENCODER_CTX *ectx = NULL; in test_unprotected_PEM() local
389 if (!TEST_ptr(ectx = in test_unprotected_PEM()
393 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_unprotected_PEM()
426 OSSL_ENCODER_CTX_free(ectx); in test_unprotected_PEM()
448 OSSL_ENCODER_CTX *ectx = NULL; in test_DER() local
454 if (!TEST_ptr(ectx = in test_DER()
458 || !TEST_true(OSSL_ENCODER_to_data(ectx, in test_DER()
497 OSSL_ENCODER_CTX_free(ectx); in test_DER()