Home
last modified time | relevance | path

Searched refs:bt_mesh_app_decrypt (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h122 int bt_mesh_app_decrypt(const struct bt_mesh_key *key, const struct bt_mesh_app_crypto_ctx *ctx,
Dcrypto.c480 int bt_mesh_app_decrypt(const struct bt_mesh_key *key, const struct bt_mesh_app_crypto_ctx *ctx, in bt_mesh_app_decrypt() function
Dtransport.c767 err = bt_mesh_app_decrypt(key, &ctx->crypto, ctx->buf, ctx->sdu); in sdu_try_decrypt()
Dfriend.c432 return bt_mesh_app_decrypt(meta->key, &meta->crypto, &in, &out); in unseg_app_sdu_decrypt()