Home
last modified time | relevance | path

Searched defs:hkdf (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/ring/src/
Dlib.rs119 pub mod hkdf; module
Daead.rs440 impl hkdf::KeyType for &'static Algorithm { impl
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java412 public static byte[] hkdf(SecretKey inputKeyMaterial, byte[] salt, byte[] info) in hkdf() method in CryptoOps
430 public static byte[] hkdf(SecretKey inputKeyMaterial, byte[] salt, byte[] info, int length) in hkdf() method in CryptoOps
/external/rust/crates/ring/src/aead/
Dquic.rs93 impl hkdf::KeyType for &'static Algorithm { impl