Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/boringssl/src/
H A Dtypes.rs22 pub(crate) struct CmacCtx(pub(crate) *mut ffi::CMAC_CTX); struct
26 unsafe impl Send for CmacCtx {} implementation