Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.cc477 uint64_t exponent_word = static_cast<uint64_t>(BN_get_word(e)); in GetExponentString() local
478 BIO_printf(bio.get(), "0x%" PRIx64, exponent_word); in GetExponentString()