Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dparams_from_text.c51 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()
75 && !BN_add_word(*tmpbn, 1)) { in prepare_from_text()
79 buf_bits = (size_t)BN_num_bits(*tmpbn); in prepare_from_text()
154 BN_bn2nativepad(tmpbn, buf, buf_n); in construct_from_text()
163 && BN_is_negative(tmpbn)) { in construct_from_text()
315 BIGNUM *tmpbn = NULL; in OSSL_PARAM_allocate_from_text() local
330 BN_free(tmpbn); in OSSL_PARAM_allocate_from_text()
[all …]

Completed in 5 milliseconds