Searched refs:def (Results 1 – 3 of 3) sorted by relevance
107 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 …]
85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
Completed in 10 milliseconds