Lines Matching refs:OCTET16_LEN
41 #define SMP_CONFIRM_CMD_SIZE (OCTET16_LEN + 1)
42 #define SMP_RAND_CMD_SIZE (OCTET16_LEN + 1)
43 #define SMP_INIT_CMD_SIZE (OCTET16_LEN + 1)
44 #define SMP_ENC_INFO_SIZE (OCTET16_LEN + 1)
46 #define SMP_ID_INFO_SIZE (OCTET16_LEN + 1)
48 #define SMP_SIGN_INFO_SIZE (OCTET16_LEN + 1)
52 #define SMP_PAIR_COMMITM_SIZE (1 /* opcode */ + OCTET16_LEN /*Commitment*/)
54 (1 /* opcode */ + OCTET16_LEN /*DHKey \
489 ARRAY_TO_STREAM(p, p_cb->confirm, OCTET16_LEN); in smp_build_confirm_cmd()
513 ARRAY_TO_STREAM(p, p_cb->rand, OCTET16_LEN); in smp_build_rand_cmd()
538 ARRAY_TO_STREAM(p, p_cb->ltk, OCTET16_LEN); in smp_build_encrypt_info_cmd()
592 ARRAY_TO_STREAM(p, irk.data(), OCTET16_LEN); in smp_build_identity_info_cmd()
643 ARRAY_TO_STREAM(p, p_cb->csrk, OCTET16_LEN); in smp_build_signing_info_cmd()
750 ARRAY_TO_STREAM(p, p_cb->commitment, OCTET16_LEN); in smp_build_pairing_commitment_cmd()
775 ARRAY_TO_STREAM(p, p_cb->dhkey_check, OCTET16_LEN); in smp_build_pair_dhkey_check_cmd()
828 if (loc_enc_size < OCTET16_LEN) { in smp_mask_enc_key()
829 for (; loc_enc_size < OCTET16_LEN; loc_enc_size++) in smp_mask_enc_key()
843 for (i = 0; i < OCTET16_LEN; i++) { in smp_xor_128()
1453 if (memcmp(p_cb->remote_commitment.data(), expected.data(), OCTET16_LEN)) { in smp_check_commitment()
1565 DVLOG(2) << +p[OCTET16_LEN - i * 4 - 1] << +p[OCTET16_LEN - i * 4 - 2] in print128()
1566 << +p[OCTET16_LEN - i * 4 - 3] << +p[OCTET16_LEN - i * 4 - 4]; in print128()