Searched defs:hkdf (Results 1 – 4 of 4) sorted by relevance
119 pub mod hkdf; module
440 impl hkdf::KeyType for &'static Algorithm { impl
412 public static byte[] hkdf(SecretKey inputKeyMaterial, byte[] salt, byte[] info) in hkdf() method in CryptoOps430 public static byte[] hkdf(SecretKey inputKeyMaterial, byte[] salt, byte[] info, int length) in hkdf() method in CryptoOps
93 impl hkdf::KeyType for &'static Algorithm { impl