Searched defs:ikm (Results 1 – 2 of 2) sorted by relevance
70 ikm: &'static str, in test_hkdf() field138 let ikm = hex::decode(test.ikm).unwrap(); in test_hkdf() localVariable
1051 String macAlgorithm, final byte[] ikm, final byte[] salt, final byte[] info, int size) { in computeHkdf()