2 writes to KekLength
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
52kemri.KekLength = ManagedKemRecipientInfoPal.Aes256KeySizeInBytes;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
119if (!sequenceReader.TryReadInt32(out decoded.KekLength))
4 references to KekLength
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (3)
90kemri.KekLength, 146internal override int KeyEncryptionKeyLengthInBytes => _asn.KekLength; 293return EncodeKdfInfo(_asn.Wrap, _asn.KekLength, _asn.Ukm).Encode(encodeState,
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
38writer.WriteInteger(KekLength);