Searched defs:hkdf_expand (Results 1 – 5 of 5) sorted by relevance
70 pub fn hkdf_expand( in hkdf_expand() function
947 fn hkdf_expand() { in hkdf_expand() function
61 fn hkdf_expand(&self, info: &[u8], out_len: usize) -> Result<Vec<u8>, Error> { in hkdf_expand() method
274 pub fn hkdf_expand(out_len: usize, prk: &[u8], info: &[u8]) -> Result<ZVec, Error> { in hkdf_expand() function
556 static int hkdf_expand(size_t hash_len, const u8 *prk, size_t prk_len, in hkdf_expand() function