Home
last modified time | relevance | path

Searched defs:mbedtls_mpi_uint (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dbignum.h129 typedef uint64_t mbedtls_mpi_uint; typedef
141 typedef uint64_t mbedtls_mpi_uint; typedef
156 typedef uint64_t mbedtls_mpi_uint; typedef
165 typedef uint64_t mbedtls_mpi_uint; typedef
175 typedef uint32_t mbedtls_mpi_uint; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconvert-cpp-comment-to-rust.hpp2 typedef unsigned mbedtls_mpi_uint; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconvert-cpp-comment-to-rust.rs8 pub type mbedtls_mpi_uint = ::std::os::raw::c_uint; typedef