Searched refs:bn_ctx (Results 1 – 2 of 2) sorted by relevance
194 UniquePtr<BN_CTX, BN_CTX_Delete> bn_ctx(BN_CTX_new()); in ec_group_size_bits() local196 if (!EC_GROUP_get_order(group, order.get(), bn_ctx.get())) { in ec_group_size_bits()
103 let mut bn_ctx = ossl!(openssl::bn::BigNumContext::new())?; in nist_public_key() localVariable107 bn_ctx.deref_mut() in nist_public_key()