Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_dsa.cc146 size_t modulus_length = BN_num_bits(p); in GetDsaKeyDetail() local
153 Number::New(env->isolate(), static_cast<double>(modulus_length))) in GetDsaKeyDetail()
Dcrypto_rsa.cc532 size_t modulus_length = BN_num_bits(n); in GetRsaKeyDetail() local
538 Number::New(env->isolate(), static_cast<double>(modulus_length))) in GetRsaKeyDetail()