Searched refs:def (Results 1 – 5 of 5) sorted by relevance
72 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local77 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()80 while( def->type != 0 ) in mbedtls_cipher_list()81 *type++ = (*def++).type; in mbedtls_cipher_list()93 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_type() local95 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_type()96 if( def->type == cipher_type ) in mbedtls_cipher_info_from_type()97 return( def->info ); in mbedtls_cipher_info_from_type()104 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_string() local109 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_string()[all …]
242 foreach my $def (@var_def_arr)245 if( substr($def, 0, 4) eq "int " )254 elsif( substr($def, 0, 6) eq "char *" )
85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
98 def new_client(client, server):