Home
last modified time | relevance | path

Searched refs:bt_crypto_encrypt_be (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbt_crypto.c155 __BT_CRYPTO_WEAK__ int bt_crypto_encrypt_be(const u8_t key[16], const u8_t plaintext[16], in bt_crypto_encrypt_be() function
297 bt_crypto_encrypt_be(ctx->aes_key, ctx->iv, ctx->iv); in bt_crypto_cmac_setup()
357 bt_crypto_encrypt_be(ctx->aes_key, ctx->iv, ctx->iv); in bt_crypto_cmac_update()
366 bt_crypto_encrypt_be(ctx->aes_key, ctx->iv, ctx->iv); in bt_crypto_cmac_update()
405 bt_crypto_encrypt_be(ctx->aes_key, ctx->iv, out); in bt_crypto_cmac_finish()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dcrypto.c28 return bt_crypto_encrypt_be(key, plaintext, enc_data); in bt_encrypt_be()
/AliOS-Things-master/components/ble_host/bt_crypto/include/
A Dbt_crypto.h45 int bt_crypto_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16],

Completed in 3 milliseconds