Searched refs:tmpbn (Results 1 – 1 of 1) sorted by relevance
29 size_t *buf_n, BIGNUM **tmpbn, int *found) in prepare_from_text() argument51 r = BN_hex2bn(tmpbn, value); in prepare_from_text()53 r = BN_asc2bn(tmpbn, value); in prepare_from_text()55 if (r == 0 || *tmpbn == NULL) in prepare_from_text()59 && BN_is_negative(*tmpbn)) { in prepare_from_text()74 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) in prepare_from_text()75 && !BN_add_word(*tmpbn, 1)) { in prepare_from_text()79 buf_bits = (size_t)BN_num_bits(*tmpbn); in prepare_from_text()137 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text() argument154 BN_bn2nativepad(tmpbn, buf, buf_n); in construct_from_text()[all …]