Home
last modified time | relevance | path

Searched refs:ArbitraryOutputLen (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/
Dcrypto.rs626 prk.expand(&info, ArbitraryOutputLen(out.len())) in hkdf_expand_label()
650 struct ArbitraryOutputLen(usize); struct
652 impl hkdf::KeyType for ArbitraryOutputLen { implementation