Searched defs:HmacCtx (Results 1 – 1 of 1) sorted by relevance
46 pub(crate) struct HmacCtx(pub(crate) *mut ffi::HMAC_CTX); struct50 unsafe impl Send for HmacCtx {} implementation