2 writes to Wrap
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
51kemri.Wrap = s_aes256KwIdentifier;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
141System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.Wrap);
4 references to Wrap
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (3)
89kemri.Wrap, 144public override AlgorithmIdentifier KeyEncryptionAlgorithm => field ??= ToAlgorithmIdentifier(_asn.Wrap); 293return EncodeKdfInfo(_asn.Wrap, _asn.KekLength, _asn.Ukm).Encode(encodeState,
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
47Wrap.Encode(writer);