xref: /third_party/rust/crates/rust-openssl/openssl-sys/src/bn.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rust-openssl/openssl-sys/src/
192f3ab15Sopenharmony_ciuse libc::*;
292f3ab15Sopenharmony_ci
392f3ab15Sopenharmony_ci#[cfg(target_pointer_width = "64")]
492f3ab15Sopenharmony_cipub type BN_ULONG = c_ulonglong;
592f3ab15Sopenharmony_ci#[cfg(target_pointer_width = "32")]
692f3ab15Sopenharmony_cipub type BN_ULONG = c_uint;
792f3ab15Sopenharmony_ci
892f3ab15Sopenharmony_ci#[cfg(ossl110)]
992f3ab15Sopenharmony_cipub const BN_FLG_MALLOCED: c_int = 0x01;
1092f3ab15Sopenharmony_ci#[cfg(ossl110)]
1192f3ab15Sopenharmony_cipub const BN_FLG_STATIC_DATA: c_int = 0x02;
1292f3ab15Sopenharmony_ci#[cfg(ossl110)]
1392f3ab15Sopenharmony_cipub const BN_FLG_CONSTTIME: c_int = 0x04;
1492f3ab15Sopenharmony_ci#[cfg(ossl110)]
1592f3ab15Sopenharmony_cipub const BN_FLG_SECURE: c_int = 0x08;
16

Indexes created Thu Nov 07 10:32:03 CST 2024