Searched defs:MdRef (Results 1 – 6 of 6) sorted by relevance
82 pub fn from_nid(type_: Nid) -> Option<&'static MdRef> { in from_nid()205 pub struct MdRef(Opaque); struct207 impl ForeignTypeRef for MdRef { implementation211 unsafe impl Sync for MdRef {} implementation212 unsafe impl Send for MdRef {} implementation214 impl MdRef { impl
16 md: &MdRef, in hkdf()47 md: &MdRef, in hkdf_extract()72 md: &MdRef, in hkdf_expand()
149 digest: Option<&MdRef>, in digest_sign_init()175 digest: Option<&MdRef>, in digest_verify_init()
22 md: &MdRef, in hmac()
29 pub struct MdRef; struct31 unsafe impl ForeignTypeRef for MdRef { implementation