HomeSort by relevance Sort by last modified time
    Searched defs:commitments (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.h 85 struct amdgpu_sparse_commitment *commitments; member in struct:amdgpu_winsys_bo::__anon34092::__anon34095
  /external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
Ukey2Handshake.java 247 // Servers need to store client commitments.
657 List<Ukey2ClientInit.CipherCommitment> commitments = clientInit.getCipherCommitmentsList(); local
658 if (commitments.isEmpty()) {
660 Ukey2Alert.AlertType.BAD_HANDSHAKE_CIPHER, "ClientInit is missing cipher commitments");
662 for (Ukey2ClientInit.CipherCommitment commitment : commitments) {
677 "No acceptable commitments found");
    [all...]

Completed in 118 milliseconds