Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dcipher.c66 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local
70 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()
73 while (def->type != 0) { in mbedtls_cipher_list()
74 *type++ = (*def++).type; in mbedtls_cipher_list()
88 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_type() local
90 for (def = mbedtls_cipher_definitions; def->info != NULL; def++) { in mbedtls_cipher_info_from_type()
91 if (def->type == cipher_type) { in mbedtls_cipher_info_from_type()
92 return def->info; in mbedtls_cipher_info_from_type()
102 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_string() local
108 for (def = mbedtls_cipher_definitions; def->info != NULL; def++) { in mbedtls_cipher_info_from_string()
[all …]
/mbedtls-3.6.0/tests/suites/
Dtest_suite_bignum_core.generated.data19839 mpi_core_montmul:1:1:1:1:"34e488d":"1224d24":"37EEE9D":"3097def":"1c134c4"