Searched refs:exponent_word (Results 1 – 1 of 1) sorted by relevance
477 uint64_t exponent_word = static_cast<uint64_t>(BN_get_word(e)); in GetExponentString() local478 BIO_printf(bio.get(), "0x%" PRIx64, exponent_word); in GetExponentString()