Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dcmac_mode.c67 const unsigned char gf_wrap = 0x87; variable
85 uint8_t carry = (in[0] >> 7) ? gf_wrap : 0; in gf_double()
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbt_crypto.c254 static const unsigned char gf_wrap = 0x87; variable
272 uint8_t carry = (in[0] >> 7) ? gf_wrap : 0; in gf_double()

Completed in 3 milliseconds