Searched defs:ikm (Results 1 – 6 of 6) sorted by relevance
152 let ikm: [u8; 22] = decode_hex("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"); in sha256() localVariable170 let ikm: [u8; 16] = decode_hex("5d3db20e8238a90b62a600fa57fdb318"); in sha512() localVariable229 let ikm: [u8; 16] = decode_hex("5d3db20e8238a90b62a600fa57fdb318"); in sha512_expand_long_okm() localVariable242 let ikm: [u8; 22] = decode_hex("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"); in unsupported_cipher_suites() localVariable
453 let ikm: [u8; 32] = in kem_derive() localVariable496 let ikm: [u8; 22] = decode_hex("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"); in kdf_extract_and_expand() localVariable
385 let ikm: [u8; 32] = in dh_kem_derive() localVariable
84 ikm: &'static str, in test_hkdf() field152 let ikm = hex::decode(test.ikm).unwrap(); in test_hkdf() localVariable
103 ikm: &'static str, in test_hkdf() field151 let ikm = hex::decode(test.ikm).unwrap(); in test_hkdf() localVariable161 let ikm = EcdhSecret(ikm.to_vec()); in hkdf() localVariable
1051 String macAlgorithm, final byte[] ikm, final byte[] salt, final byte[] info, int size) { in computeHkdf()