Lines Matching full:function
16 * \note The signature of this function is that of a PSA driver mac_compute
17 * entry point. This function behaves as a mac_compute entry point as
59 * \note The signature of this function is that of a PSA driver mac_sign_setup
60 * entry point. This function behaves as a mac_sign_setup entry point as
94 * \note The signature of this function is that of a PSA driver mac_verify_setup
95 * entry point. This function behaves as a mac_verify_setup entry point as
129 * \note The signature of this function is that of a PSA driver mac_update
130 * entry point. This function behaves as a mac_update entry point as
135 * mbedtls_psa_mac_verify_setup() before calling this function.
137 * If this function returns an error status, the PSA core aborts the
159 * \note The signature of this function is that of a PSA driver mac_sign_finish
160 * entry point. This function behaves as a mac_sign_finish entry point as
164 * The PSA core calls mbedtls_psa_mac_sign_setup() before calling this function.
165 * This function calculates the MAC of the message formed by concatenating
168 * Whether this function returns successfully or not, the PSA core subsequently
203 * \note The signature of this function is that of a PSA driver
204 * mac_verify_finish entry point. This function behaves as a
209 * function. This function calculates the MAC of the message formed by
212 * expected MAC passed as a parameter to this function.
214 * Whether this function returns successfully or not, the PSA core subsequently
247 * The PSA core may call this function any time after the operation object has