Lines Matching refs:HKDF
82 /// HKDF modes of operation.
89 /// for HKDF will perform an extract followed by an expand operation in one go. The derived key
565 /// Sets the digest used for HKDF derivation.
582 /// Sets the HKDF mode of operation.
586 /// WARNING: Although this API calls it a "mode", HKDF-Extract and HKDF-Expand are distinct
602 /// Sets the input material for HKDF generation as the "key".
606 /// the input keying material (IKM) for HKDF-Extract. If [`HkdfMode::EXPAND_ONLY`], it instead
607 /// specifies the pseudorandom key (PRK) for HKDF-Expand.
630 /// Sets the salt value for HKDF generation.
632 /// If performing HKDF-Expand only, this parameter is ignored.
655 /// Appends info bytes for HKDF generation.
657 /// If performing HKDF-Extract only, this parameter is ignored.
860 let mut ctx = PkeyCtx::new_id(Id::HKDF).unwrap();
882 let mut ctx = PkeyCtx::new_id(Id::HKDF).unwrap();
906 let mut ctx = PkeyCtx::new_id(Id::HKDF).unwrap();