Searched defs:s_bytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/crypto/
H A Dec_signature_creator_openssl.cc76 int s_bytes = BN_num_bytes(s); local
80 s_bytes > static_cast<int>(kMaxBytesPerBN)) {
81 DLOG(ERROR) << "Invalid key sizes r(" << r_bytes << ") s(" << s_bytes local
86 BN_bn2bin(ecdsa_sig.get()->s, &result[2 * kMaxBytesPerBN - s_bytes]);

Completed in 574 milliseconds