3 references to LabeledExtract
System.Security.Cryptography (3)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (3)
134LabeledExtract(ReadOnlySpan<byte>.Empty, "psk_id_hash"u8, pskId, context.Slice(1, hashLength)); 135LabeledExtract(ReadOnlySpan<byte>.Empty, "info_hash"u8, info, context.Slice(1 + hashLength)); 136LabeledExtract(sharedSecret, "secret"u8, psk, secret);