Lines Matching full:function
16 * \note The signature of this function is that of a PSA driver hash_compute
17 * entry point. This function behaves as a hash_compute entry point as
50 * \note The signature of this function is that of a PSA driver hash_setup
51 * entry point. This function behaves as a hash_setup entry point as
86 * \note The signature of this function is that of a PSA driver hash_clone
87 * entry point. This function behaves as a hash_clone entry point as
91 * This function copies the state of an ongoing hash operation to
92 * a new operation object. In other words, this function is equivalent
96 * that was passed to \p source_operation. After this function returns, the
118 * \note The signature of this function is that of a PSA driver hash_update
119 * entry point. This function behaves as a hash_update entry point as
123 * The application must call mbedtls_psa_hash_setup() before calling this function.
125 * If this function returns an error status, the operation enters an error
146 * \note The signature of this function is that of a PSA driver hash_finish
147 * entry point. This function behaves as a hash_finish entry point as
151 * The application must call mbedtls_psa_hash_setup() before calling this function.
152 * This function calculates the hash of the message formed by concatenating
155 * When this function returns successfully, the operation becomes inactive.
156 * If this function returns an error status, the operation enters an error
186 * \note The signature of this function is that of a PSA driver hash_abort
187 * entry point. This function behaves as a hash_abort entry point as
196 * You may call this function any time after the operation object has