Searched defs:EvpPkeyCtx (Results 1 – 1 of 1) sorted by relevance
36 pub(crate) struct EvpPkeyCtx(pub(crate) *mut ffi::EVP_PKEY_CTX); struct40 unsafe impl Send for EvpPkeyCtx {} implementation