Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_lib.c51 int current_encoder_inst_index; member
75 data.current_encoder_inst_index = OSSL_ENCODER_CTX_get_num_encoders(ctx); in OSSL_ENCODER_to_bio()
77 if (data.current_encoder_inst_index == 0) { in OSSL_ENCODER_to_bio()
438 for (i = data->current_encoder_inst_index; i-- > 0;) { in encoder_process()
460 new_data.current_encoder_inst_index = i; in encoder_process()