Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c222 psa_mac_operation_t *operation; in otPlatCryptoHmacSha256Init()
224 if (!checkContext(aContext, sizeof(psa_mac_operation_t))) { in otPlatCryptoHmacSha256Init()
236 psa_mac_operation_t *operation; in otPlatCryptoHmacSha256Deinit()
238 if (!checkContext(aContext, sizeof(psa_mac_operation_t))) { in otPlatCryptoHmacSha256Deinit()
249 psa_mac_operation_t *operation; in otPlatCryptoHmacSha256Start()
252 if (aKey == NULL || !checkContext(aContext, sizeof(psa_mac_operation_t))) { in otPlatCryptoHmacSha256Start()
265 psa_mac_operation_t *operation; in otPlatCryptoHmacSha256Update()
267 if (aBuf == NULL || !checkContext(aContext, sizeof(psa_mac_operation_t))) { in otPlatCryptoHmacSha256Update()
278 psa_mac_operation_t *operation; in otPlatCryptoHmacSha256Finish()
281 if (aBuf == NULL || !checkContext(aContext, sizeof(psa_mac_operation_t))) { in otPlatCryptoHmacSha256Finish()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c129 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in bt_mesh_aes_cmac_mesh_key()
181 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in bt_mesh_sha256_hmac_raw_key()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c702 psa_mac_operation_t operation;