Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c133 status = psa_mac_sign_setup(&operation, key->key, alg); in bt_mesh_aes_cmac_mesh_key()
205 status = psa_mac_sign_setup(&operation, key_id, alg); in bt_mesh_sha256_hmac_raw_key()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c257 status = psa_mac_sign_setup(operation, aKey->mKeyRef, PSA_ALG_HMAC(PSA_ALG_SHA_256)); in otPlatCryptoHmacSha256Start()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c724 ret = psa_mac_sign_setup(&(state->operation), state->key, PSA_ALG_CMAC); in db_hash_setup()