Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dcipher.c72 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local
77 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() local
95 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() local
109 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_string()
[all …]
/net-tools-latest/mbedtls-2.4.0/tests/scripts/
Dgenerate_code.pl242 foreach my $def (@var_def_arr)
245 if( substr($def, 0, 4) eq "int " )
254 elsif( substr($def, 0, 6) eq "char *" )
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Dvs6-main-template.dsp85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
Dvs6-app-template.dsp85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/net-tools-latest/python-websocket-server/
DREADME.md98 def new_client(client, server):