Home
last modified time | relevance | path

Searched refs:def (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/library/
A Dcipher.c107 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()
110 while( def->type != 0 ) in mbedtls_cipher_list()
111 *type++ = (*def++).type; in mbedtls_cipher_list()
126 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_type()
127 if( def->type == cipher_type ) in mbedtls_cipher_info_from_type()
128 return( def->info ); in mbedtls_cipher_info_from_type()
141 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_string()
143 return( def->info ); in mbedtls_cipher_info_from_string()
155 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_values()
158 def->info->mode == mode ) in mbedtls_cipher_info_from_values()
[all …]
/mbedtls-development/scripts/data_files/
A Dvs6-main-template.dsp85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
A Dvs6-app-template.dsp85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

Completed in 4 milliseconds