• Home
  • Raw
  • Download

Lines Matching full:algorithm

15 /** Get Mbed TLS cipher information given the cipher algorithm PSA identifier
17 * algorithm.
19 * \param[in] alg PSA cipher algorithm identifier
24 * \param[out] cipher_id Mbed TLS cipher algorithm identifier
28 * \c PSA_ERROR_NOT_SUPPORTED is returned if the cipher algorithm is not
37 /** Get Mbed TLS cipher information given the cipher algorithm PSA identifier
39 * algorithm.
41 * \param alg PSA cipher algorithm identifier
44 * \param[out] cipher_id Mbed TLS cipher algorithm identifier
46 * \return The Mbed TLS cipher information of the cipher algorithm.
47 * \c NULL if the PSA cipher algorithm is not supported.
69 * \param[in] alg The cipher algorithm to compute
99 * \param[in] alg The cipher algorithm to compute
132 * The size of \p iv is not acceptable for the chosen algorithm,
133 * or the chosen algorithm does not use an IV.
182 * this particular algorithm. For example, the algorithm is a based
186 * This is a decryption operation for an algorithm that includes
224 * \param[in] alg The cipher algorithm to compute
245 * The size \p iv_length is not acceptable for the chosen algorithm,
246 * or the chosen algorithm does not use an IV.
248 * this particular algorithm. For example, the algorithm is a based
252 * This is a decryption operation for an algorithm that includes
278 * \param[in] alg The cipher algorithm to compute
296 * The size of \p iv is not acceptable for the chosen algorithm,
297 * or the chosen algorithm does not use an IV.
299 * this particular algorithm. For example, the algorithm is a based
303 * This is a decryption operation for an algorithm that includes