Home
last modified time | relevance | path

Searched refs:md_name (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmd.c179 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name ) in mbedtls_md_info_from_string() argument
181 if( NULL == md_name ) in mbedtls_md_info_from_string()
186 if( !strcmp( "MD2", md_name ) ) in mbedtls_md_info_from_string()
190 if( !strcmp( "MD4", md_name ) ) in mbedtls_md_info_from_string()
194 if( !strcmp( "MD5", md_name ) ) in mbedtls_md_info_from_string()
198 if( !strcmp( "RIPEMD160", md_name ) ) in mbedtls_md_info_from_string()
202 if( !strcmp( "SHA1", md_name ) || !strcmp( "SHA", md_name ) ) in mbedtls_md_info_from_string()
206 if( !strcmp( "SHA224", md_name ) ) in mbedtls_md_info_from_string()
208 if( !strcmp( "SHA256", md_name ) ) in mbedtls_md_info_from_string()
213 if( !strcmp( "SHA384", md_name ) ) in mbedtls_md_info_from_string()
[all …]
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dmd.h123 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dmd.h123 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dmd.h123 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dmd.h123 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dmd.h123 const mbedtls_md_info_t *mbedtls_md_info_from_string( const char *md_name );

Completed in 9 milliseconds