Searched defs:HKDF_SHA384 (Results 1 – 8 of 8) sorted by relevance
43 pub static HKDF_SHA384: Algorithm = Algorithm(hmac::HMAC_SHA384); variable
36 HKDF_SHA384 = 2; enumerator
99 public static final KdfId HKDF_SHA384 = new KdfId("HKDF_SHA384", 0x02); field in HpkeParameters.KdfId