Searched refs:psa_mac_update (Results 1 – 4 of 4) sorted by relevance
74 #define psa_mac_update BACKEND_CRYPTO_API_ADD_PREFIX(psa_mac_update) macro
42 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update() function100 psa_status = psa_mac_update(operation, &input[bytes_processed], update_len); in multi_mac_update()
143 psa_status = psa_mac_update(&crypto_context->op.mac, data, data_len); in mac_update_handler()
1449 PSA_CRYPTO_EXPORTED psa_status_t psa_mac_update(psa_mac_operation_t *operation,
Completed in 13 milliseconds