Searched refs:tmp_bn (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libcrypto/ec/
H A Dec_print.c170 BIGNUM *tmp_bn = NULL; local
172 if (BN_hex2bn(&tmp_bn, buf) == 0)
175 ret = EC_POINT_bn2point(group, tmp_bn, point, ctx);
177 BN_free(tmp_bn);

Completed in 136 milliseconds