Searched refs:def (Results 1 – 4 of 4) sorted by relevance
82 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local87 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()90 while( def->type != 0 ) in mbedtls_cipher_list()91 *type++ = (*def++).type; in mbedtls_cipher_list()104 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_type() local106 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_type()107 if( def->type == cipher_type ) in mbedtls_cipher_info_from_type()108 return( def->info ); in mbedtls_cipher_info_from_type()116 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_string() local121 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_string()[all …]
85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1151 - `def` : Use default option.