Lines Matching full:in

18  *       defined in the PSA driver interface specification for transparent
21 * \param[in] attributes The attributes of the key to use for the
23 * \param[in] key_buffer The buffer containing the key to use for
25 * in export representation as defined by
27 * \param key_buffer_size Size of the \p key_buffer buffer in bytes.
30 * \param[in] input Buffer containing the input message.
31 * \param input_length Size of the \p input buffer in bytes.
33 * \param mac_size Size of the \p mac buffer in bytes.
61 * defined in the PSA driver interface specification for transparent
64 * \param[in,out] operation The operation object to set up. It must have
65 * been initialized and not yet in use.
66 * \param[in] attributes The attributes of the key to use for the
68 * \param[in] key_buffer The buffer containing the key to use for
70 * in export representation as defined by
72 * \param key_buffer_size Size of the \p key_buffer buffer in bytes.
96 * defined in the PSA driver interface specification for transparent
99 * \param[in,out] operation The operation object to set up. It must have
100 * been initialized and not yet in use.
101 * \param[in] attributes The attributes of the key to use for the
103 * \param[in] key_buffer The buffer containing the key to use for
105 * in export representation as defined by
107 * \param key_buffer_size Size of the \p key_buffer buffer in bytes.
131 * defined in the PSA driver interface specification for transparent
140 * \param[in,out] operation Active MAC operation.
141 * \param[in] input Buffer containing the message fragment to add to
143 * \param input_length Size of the \p input buffer in bytes.
161 * defined in the PSA driver interface specification for transparent
171 * \param[in,out] operation Active MAC operation.
205 * mac_verify_finish entry point as defined in the PSA driver interface
217 * \param[in,out] operation Active MAC operation.
218 * \param[in] mac Buffer containing the expected MAC value.
219 * \param mac_length Length in bytes of the expected MAC value. The PSA
248 * been initialized by one of the methods described in
251 * In particular, calling mbedtls_psa_mac_abort() after the operation has been
256 * \param[in,out] operation Initialized MAC operation.