- Sort Score
- Result 10 results
- Languages All
Results 421 - 421 of 421 for driver (0.05 sec)
-
lib/fips140/v1.0.0.zip
*MasterSecret { derived := deriveSecret(s.hash, s.secret, "derived", nil) return &MasterSecret{ secret: extract(s.hash, nil, derived), hash: s.hash, } } // ClientApplicationTra derives the client_application_traffic_secret_0 // from the master secret and the transcript up to the server Finished. func (s *MasterSecret) ClientApplicationTra(transcript fips140.Hash) []byte { return deriveSecret(s.hash, s.secret, clientApplicationTra, transcript) } // ServerApplicationTra derives the server_application_traffic_secret_0...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)