Home
last modified time | relevance | path

Searched refs:cipher_mode (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.7.0/tests/src/test_helpers/
Dssl_helpers.c1134 mbedtls_cipher_mode_t *cipher_mode, in mbedtls_test_ssl_cipher_info_from_type() argument
1139 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1144 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1149 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1154 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1159 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1164 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1170 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1175 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1180 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
[all …]
/mbedtls-3.7.0/programs/aes/
Dcrypt_and_hash.c79 mbedtls_cipher_mode_t cipher_mode; in main() local
406 cipher_mode = mbedtls_cipher_info_get_mode(cipher_info); in main()
407 if (cipher_mode != MBEDTLS_MODE_GCM && in main()
408 cipher_mode != MBEDTLS_MODE_CTR && in main()
409 cipher_mode != MBEDTLS_MODE_CFB && in main()
410 cipher_mode != MBEDTLS_MODE_OFB && in main()