Searched refs:psa_mac_sign_setup (Results 1 – 3 of 3) sorted by relevance
133 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()
257 status = psa_mac_sign_setup(operation, aKey->mKeyRef, PSA_ALG_HMAC(PSA_ALG_SHA_256)); in otPlatCryptoHmacSha256Start()
724 ret = psa_mac_sign_setup(&(state->operation), state->key, PSA_ALG_CMAC); in db_hash_setup()