Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dcmac_mode.c78 void gf_double(uint8_t *out, uint8_t *in) in gf_double() function
116 gf_double (s->K1, s->iv); in tc_cmac_setup()
117 gf_double (s->K2, s->K1); in tc_cmac_setup()
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbt_crypto.c265 static void gf_double(uint8_t *out, uint8_t *in) in gf_double() function
299 gf_double(ctx->K1, ctx->iv); in bt_crypto_cmac_setup()
300 gf_double(ctx->K2, ctx->K1); in bt_crypto_cmac_setup()

Completed in 4 milliseconds