Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/
H A Dparams_from_text.c53 r = BN_hex2bn(tmpbn, value); in prepare_from_text()
55 r = BN_asc2bn(tmpbn, value); in prepare_from_text()
57 if (r == 0 || *tmpbn == NULL) in prepare_from_text()
61 && BN_is_negative(*tmpbn)) { in prepare_from_text()
77 && !BN_add_word(*tmpbn, 1)) { in prepare_from_text()
81 buf_bits = (size_t)BN_num_bits(*tmpbn); in prepare_from_text()
156 BN_bn2nativepad(tmpbn, buf, buf_n); in construct_from_text()
165 && BN_is_negative(tmpbn)) { in construct_from_text()
212 BIGNUM *tmpbn = NULL; in OSSL_PARAM_allocate_from_text() local
229 BN_free(tmpbn); in OSSL_PARAM_allocate_from_text()
[all …]