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

/freebsd-10-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c73 BIGNUM num_bn; local
77 BN_init(&num_bn);
78 ASN1_INTEGER_to_BN(num, &num_bn);
79 if ((hex = BN_bn2hex(&num_bn))) {
84 BN_free(&num_bn);

Completed in 61 milliseconds