Lines Matching +full:16 +full:k
13 #define BT_CSIP_CRYPTO_KEY_SIZE 16
14 #define BT_CSIP_CRYPTO_SALT_SIZE 16
25 * @param sirk 16 byte LS byte first SIRK
37 * with a key K. The value of K depends on the transport on which the pairing
40 * If the pairing was performed on BR/EDR, K is equal to the Link Key shared by
42 * K = Link Key.
44 * If the pairing was performed on LE, the 64 LSBs of K correspond to the 64
47 * Part H, Section 2.1 in [2]), and the 64 MSBs of K correspond to the 64 MSBs
49 * K = LTK_64-127 || IRK_0-63
51 * @param k 16-byte key.
56 int bt_csip_sef(const uint8_t k[BT_CSIP_CRYPTO_KEY_SIZE], const uint8_t sirk[BT_CSIP_SIRK_SIZE],
63 * with a key K. The value of K depends on the transport on which the pairing
66 * If the pairing was performed on BR/EDR, K is equal to the Link Key shared by
68 * K = Link Key.
70 * If the pairing was performed on LE, the 64 LSBs of K correspond to the 64
73 * Part H, Section 2.1 in [2]), and the 64 MSBs of K correspond to the 64 MSBs
75 * K = LTK_64-127 || IRK_0-63
77 * @param k 16-byte key.
82 int bt_csip_sdf(const uint8_t k[BT_CSIP_CRYPTO_KEY_SIZE], const uint8_t enc_sirk[BT_CSIP_SIRK_SIZE],