Searched refs:md_name (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_md.function | 132 char md_name[100]; 142 strncpy( (char *) md_name, text_md_name, sizeof( md_name ) - 1 ); 157 char md_name[100]; 164 strncpy( (char *) md_name, text_md_name, sizeof( md_name ) - 1 ); 181 char md_name[100]; 197 strncpy( (char *) md_name, text_md_name, sizeof(md_name) - 1 ); 235 char md_name[100]; 247 strncpy( (char *) md_name, text_md_name, sizeof( md_name ) - 1 ); 293 strncpy( (char *) md_name, text_md_name, sizeof( md_name ) - 1 ); 320 strncpy( (char *) md_name, text_md_name, sizeof( md_name ) - 1 ); [all …]
|
/mbedtls-development/library/ |
A D | md.c | 156 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name ) in mbedtls_md_info_from_string() argument 158 if( NULL == md_name ) in mbedtls_md_info_from_string() 163 if( !strcmp( "MD5", md_name ) ) in mbedtls_md_info_from_string() 167 if( !strcmp( "RIPEMD160", md_name ) ) in mbedtls_md_info_from_string() 171 if( !strcmp( "SHA1", md_name ) || !strcmp( "SHA", md_name ) ) in mbedtls_md_info_from_string() 175 if( !strcmp( "SHA224", md_name ) ) in mbedtls_md_info_from_string() 179 if( !strcmp( "SHA256", md_name ) ) in mbedtls_md_info_from_string() 183 if( !strcmp( "SHA384", md_name ) ) in mbedtls_md_info_from_string() 187 if( !strcmp( "SHA512", md_name ) ) in mbedtls_md_info_from_string()
|
/mbedtls-development/include/mbedtls/ |
A D | md.h | 126 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name );
|
Completed in 5 milliseconds