Home
last modified time | relevance | path

Searched refs:cipherCommitment (Results 1 – 1 of 1) sorted by relevance

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java898 CipherCommitment.Builder cipherCommitment = CipherCommitment.newBuilder(); in generateP256SHA512Commitment() local
899 cipherCommitment.setHandshakeCipher(UkeyProto.Ukey2HandshakeCipher.P256_SHA512); in generateP256SHA512Commitment()
900 cipherCommitment.setCommitment( in generateP256SHA512Commitment()
903 return cipherCommitment.build(); in generateP256SHA512Commitment()