Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_lib.c419 OSSL_ENCODER_INSTANCE *current_encoder_inst = NULL; in encoder_process() local
446 current_encoder_inst = sk_OSSL_ENCODER_INSTANCE_value(data->ctx->encoder_insts, i); in encoder_process()
447 current_encoder = OSSL_ENCODER_INSTANCE_get_encoder(current_encoder_inst); in encoder_process()
448 current_encoder_ctx = OSSL_ENCODER_INSTANCE_get_encoder_ctx(current_encoder_inst); in encoder_process()
449 current_output_type = OSSL_ENCODER_INSTANCE_get_output_type(current_encoder_inst); in encoder_process()
450 current_output_structure = OSSL_ENCODER_INSTANCE_get_output_structure(current_encoder_inst); in encoder_process()
454 new_data.next_encoder_inst = current_encoder_inst; in encoder_process()
463 (void *)current_encoder_inst, (void *)current_encoder); in encoder_process()
600 original_data = data->ctx->construct(current_encoder_inst, in encoder_process()
672 (void *)current_encoder_inst, ok); in encoder_process()
[all …]