Searched refs:cipher_mode (Results 1 – 2 of 2) sorted by relevance
1134 mbedtls_cipher_mode_t *cipher_mode, in mbedtls_test_ssl_cipher_info_from_type() argument1139 *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 …]
79 mbedtls_cipher_mode_t cipher_mode; in main() local406 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()