Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dcipher.c82 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local
87 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() local
106 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() local
121 for( def = mbedtls_cipher_definitions; def->info != NULL; def++ ) in mbedtls_cipher_info_from_string()
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/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"
/openthread-3.4.0/src/cli/
DREADME.md1151 - `def` : Use default option.