Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Decdsa_ossl.c84 int order_bits; in ecdsa_sign_setup() local
122 order_bits = BN_num_bits(order); in ecdsa_sign_setup()
123 if (!BN_set_bit(k, order_bits) in ecdsa_sign_setup()
124 || !BN_set_bit(r, order_bits) in ecdsa_sign_setup()
125 || !BN_set_bit(X, order_bits)) in ecdsa_sign_setup()
/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs236 pub fn order_bits(&self) -> u32 { in order_bits() method
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md300 * Added `EcGroupRef::order_bits`.