Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dcmac_mode.c67 const unsigned char gf_wrap = 0x87; variable
85 uint8_t carry = (in[0] >> 7) ? gf_wrap : 0; in gf_double()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dcmac_mode.c67 const unsigned char gf_wrap = 0x87; variable
85 uint8_t carry = (in[0] >> 7) ? gf_wrap : 0; in gf_double()