Home
last modified time | relevance | path

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

/openssl-master/crypto/encode_decode/
A Dencoder_lib.c29 int current_encoder_inst_index; member
53 data.current_encoder_inst_index = OSSL_ENCODER_CTX_get_num_encoders(ctx); in OSSL_ENCODER_to_bio()
55 if (data.current_encoder_inst_index == 0) { in OSSL_ENCODER_to_bio()
413 for (i = data->current_encoder_inst_index; i-- > 0;) { in encoder_process()
435 new_data.current_encoder_inst_index = i; in encoder_process()

Completed in 3 milliseconds