Home
last modified time | relevance | path

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

/openssl/crypto/engine/
H A Deng_dyn.c210 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, in dynamic_get_data_ctx() local
212 if (new_idx == -1) { in dynamic_get_data_ctx()
221 dynamic_ex_data_idx = new_idx; in dynamic_get_data_ctx()
222 new_idx = -1; in dynamic_get_data_ctx()
/openssl/crypto/bio/
H A Dbss_dgram_pair.c84 size_t new_idx; in ring_buf_push_pop() local
101 new_idx = r->idx[idx] + num_bytes; in ring_buf_push_pop()
102 if (new_idx == r->len) in ring_buf_push_pop()
103 new_idx = 0; in ring_buf_push_pop()
105 r->idx[idx] = new_idx; in ring_buf_push_pop()

Completed in 13 milliseconds