Searched refs:mbedtls_cipher_info_from_string (Results 1 – 7 of 7) sorted by relevance
273 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name );
1848 #define cipher_info_from_string mbedtls_cipher_info_from_string
169 cipher_info = mbedtls_cipher_info_from_string( argv[4] ); in main()
43 TEST_ASSERT( mbedtls_cipher_info_from_string( NULL ) == NULL );160 TEST_ASSERT( mbedtls_cipher_info_from_string( cipher_string ) == cipher_info );
102 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name ) in mbedtls_cipher_info_from_string() function
1392 cipher_info_from_string mbedtls_cipher_info_from_string
480 mbedtls_cipher_info_from_string()