Searched refs:buf_bits (Results 1 – 1 of 1) sorted by relevance
31 size_t buf_bits; in prepare_from_text() local78 buf_bits = (size_t)BN_num_bits(*tmpbn); in prepare_from_text()90 if (p->data_type == OSSL_PARAM_INTEGER && buf_bits % 8 == 0) in prepare_from_text()91 buf_bits += 8; in prepare_from_text()93 *buf_n = (buf_bits + 7) / 8; in prepare_from_text()100 if (buf_bits > p->data_size * 8) { in prepare_from_text()
Completed in 4 milliseconds