Home
last modified time | relevance | path

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

/trusted-services/components/service/crypto/backend/
A Dprefixed_crypto_api.h74 #define psa_mac_update BACKEND_CRYPTO_API_ADD_PREFIX(psa_mac_update) macro
/trusted-services/components/service/crypto/client/psa/
A Dpsa_mac.c42 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update() function
100 psa_status = psa_mac_update(operation, &input[bytes_processed], update_len); in multi_mac_update()
/trusted-services/components/service/crypto/provider/extension/mac/
A Dmac_provider.c143 psa_status = psa_mac_update(&crypto_context->op.mac, data, data_len); in mac_update_handler()
/trusted-services/components/service/crypto/include/psa/
A Dcrypto.h1449 PSA_CRYPTO_EXPORTED psa_status_t psa_mac_update(psa_mac_operation_t *operation,

Completed in 13 milliseconds