Lines Matching refs:mode
127 mbedtls_cipher_mode_t *mode, in mbedtls_cipher_values_from_psa() argument
144 *mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_values_from_psa()
149 *mode = MBEDTLS_MODE_CTR; in mbedtls_cipher_values_from_psa()
154 *mode = MBEDTLS_MODE_CFB; in mbedtls_cipher_values_from_psa()
159 *mode = MBEDTLS_MODE_OFB; in mbedtls_cipher_values_from_psa()
164 *mode = MBEDTLS_MODE_ECB; in mbedtls_cipher_values_from_psa()
169 *mode = MBEDTLS_MODE_CBC; in mbedtls_cipher_values_from_psa()
174 *mode = MBEDTLS_MODE_CBC; in mbedtls_cipher_values_from_psa()
179 *mode = MBEDTLS_MODE_CCM_STAR_NO_TAG; in mbedtls_cipher_values_from_psa()
184 *mode = MBEDTLS_MODE_CCM; in mbedtls_cipher_values_from_psa()
189 *mode = MBEDTLS_MODE_GCM; in mbedtls_cipher_values_from_psa()
194 *mode = MBEDTLS_MODE_CHACHAPOLY; in mbedtls_cipher_values_from_psa()
201 *mode = MBEDTLS_MODE_ECB; in mbedtls_cipher_values_from_psa()
261 mbedtls_cipher_mode_t mode; in mbedtls_cipher_info_from_psa() local
265 status = mbedtls_cipher_values_from_psa(alg, key_type, &key_bits, &mode, &cipher_id_tmp); in mbedtls_cipher_info_from_psa()
273 return mbedtls_cipher_info_from_values(cipher_id_tmp, (int) key_bits, mode); in mbedtls_cipher_info_from_psa()