Searched refs:encoderctx (Results 1 – 4 of 4) sorted by relevance
184 void *encoderctx) in ossl_encoder_instance_new() argument236 encoder_inst->encoderctx = encoderctx; in ossl_encoder_instance_new()247 encoder_inst->encoder->freectx(encoder_inst->encoderctx); in ossl_encoder_instance_free()248 encoder_inst->encoderctx = NULL; in ossl_encoder_instance_free()285 void *encoderctx = NULL; in OSSL_ENCODER_CTX_add_encoder() local296 if ((encoderctx = encoder->newctx(provctx)) == NULL in OSSL_ENCODER_CTX_add_encoder()298 ossl_encoder_instance_new(encoder, encoderctx)) == NULL) in OSSL_ENCODER_CTX_add_encoder()301 encoderctx = NULL; in OSSL_ENCODER_CTX_add_encoder()309 if (encoderctx != NULL) in OSSL_ENCODER_CTX_add_encoder()310 encoder->freectx(encoderctx); in OSSL_ENCODER_CTX_add_encoder()[all …]
60 void *encoderctx; /* Never NULL */ member
169 void *encoderctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(encoder_inst); in encoder_import_cb() local172 encoder->import_object(encoderctx, construct_data->selection, params); in encoder_import_cb()
633 void *encoderctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(encoder_inst); in OSSL_ENCODER_CTX_set_params() local635 if (encoderctx == NULL || encoder->set_ctx_params == NULL) in OSSL_ENCODER_CTX_set_params()637 if (!encoder->set_ctx_params(encoderctx, params)) in OSSL_ENCODER_CTX_set_params()
Completed in 7 milliseconds