- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for encryptionKey (0.09 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
final byte[] encryptionKey = Smb3KeyDerivation.deriveEncryptionKey(dialectInt, sessionKey, preauthHash); final byte[] decryptionKey = Smb3KeyDerivation.deriveDecryptionKey(dialectInt, sessionKey, preauthHash); // Pass session key and preauthHash to enable automatic key rotation return new Smb2EncryptionContext(cipherId, dialect, encryptionKey, decryptionKey, sessionKey, preauthHash);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
*DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 { return &EncapsulationKey768{ ρ: dk.ρ, h: dk.h, encryptionKey: dk.encryptionKey, } } // An EncapsulationKey768 is the public key used to produce ciphertexts to be // decapsulated by the corresponding [DecapsulationKey768]. type EncapsulationKey768 struct { ρ [32]byte // sampleNTT seed for A h [32]byte // H(ek) encryptionKey } // Bytes returns the encapsulation key as a byte slice. func (ek *EncapsulationKey768) Bytes() []byte { // The...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)