HomeSort by relevance Sort by last modified time
    Searched refs:commitment (Results 1 - 7 of 7) sorted by null

  /external/libweave/src/privet/
security_manager.cc 305 std::string commitment = spake->GetMessage(); local
315 *device_commitment = Base64Encode(commitment);
339 std::vector<uint8_t> commitment; local
340 if (!Base64Decode(client_commitment, &commitment)) {
343 "Invalid commitment string: '%s'",
349 std::string(commitment.begin(), commitment.end()), error)) {
privet_handler.cc 603 std::string commitment; local
604 if (!security_->StartPairing(pairing, crypto, &id, &commitment, &error))
609 output.SetString(kPairingDeviceCommitmentKey, commitment);
619 std::string commitment; local
620 input.GetString(kPairingClientCommitmentKey, &commitment);
625 if (!security_->ConfirmPairing(id, commitment, &fingerprint, &signature,
    [all...]
  /system/bt/stack/include/
smp_api.h 244 BT_OCTET16 commitment; member in struct:__anon72800
259 BT_OCTET16 commitment; member in struct:__anon72801
  /system/bt/stack/smp/
smp_act.c 363 ** Description send commitment command to the peer
755 ** Description process pairing commitment from peer device
    [all...]
smp_keys.c 979 ** in calculations of commitment sent OOB to a peer
    [all...]
smp_int.h 294 BT_OCTET16 commitment; member in struct:__anon72882
smp_utils.c 55 #define SMP_PAIR_COMMITM_SIZE (1 /* opcode */ + BT_OCTET16_LEN /*Commitment*/)
77 SMP_PAIR_COMMITM_SIZE /* 0x0F: pairing commitment */
105 smp_command_has_valid_fixed_length /* 0x0F: pairing commitment */
131 smp_parameter_unconditionally_valid /* 0x0F: pairing commitment */
169 smp_build_pairing_commitment_cmd /* 0x0F: pairing commitment */
687 ** Description Build pairing commitment command.
701 ARRAY_TO_STREAM(p, p_cb->commitment, BT_OCTET16_LEN);
    [all...]

Completed in 150 milliseconds