Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 28) sorted by relevance

12

/mbedtls-latest/programs/test/
Dmetatest.c79 static void meta_test_fail(const char *name) in meta_test_fail()
85 static void meta_test_not_equal(const char *name) in meta_test_not_equal()
97 static void meta_test_not_le_s(const char *name) in meta_test_not_le_s()
109 static void meta_test_not_le_u(const char *name) in meta_test_not_le_u()
125 static void null_pointer_dereference(const char *name) in null_pointer_dereference()
134 static void null_pointer_call(const char *name) in null_pointer_call()
151 static void read_after_free(const char *name) in read_after_free()
161 static void double_free(const char *name) in double_free()
171 static void read_uninitialized_stack(const char *name) in read_uninitialized_stack()
185 static void memory_leak(const char *name) in memory_leak()
[all …]
Dselftest.c268 const char *name; member
Dudp_proxy.c164 static void exit_usage(const char *name, const char *value) in exit_usage()
/mbedtls-latest/scripts/
Dconfig.py34 def __init__(self, active, name, value='', section=None): argument
60 def __contains__(self, name): argument
76 def known(self, name): argument
80 def __getitem__(self, name): argument
87 def get(self, name, default=None): argument
100 def __setitem__(self, name, value): argument
107 def set(self, name, value=None): argument
121 def unset(self, name): argument
216 def is_seamless_alt(name): argument
238 def include_in_full(name): argument
[all …]
Dgenerate_psa_constants.py218 def _make_return_case(name): argument
222 def _make_append_case(name): argument
/mbedtls-latest/programs/psa/
Dpsa_constant_names.c114 const char *name = get_name(alg); in append_with_alg() local
129 const char *name = psa_strerror(status); in psa_snprint_status() local
146 const char *name = psa_ecc_family_name(curve); in psa_snprint_ecc_curve() local
163 const char *name = psa_dh_family_name(group); in psa_snprint_dh_group() local
/mbedtls-latest/library/
Dx509_create.c26 const char *name; /* String representation of AttributeType, e.g. member
101 static const x509_attr_descriptor_t *x509_attr_descr_from_name(const char *name, size_t name_len) in x509_attr_descr_from_name()
281 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name) in mbedtls_x509_string_to_names()
420 const unsigned char *name = cur_name->val.p; in x509_write_name() local
Dssl_tls13_keys.h43 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument
Dx509.c820 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets() local
1002 const char *name = md_type_to_string(md_alg); in mbedtls_x509_sig_alg_gets() local
1024 int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char *name) in mbedtls_x509_key_size_helper()
1714 #define CERT_TYPE(type, name) \ argument
1744 #define KEY_USAGE(code, name) \ argument
Dentropy_poll.c129 int name[2]; in sysctl_arnd_wrapper() local
Dpk_wrap.h27 const char *name; member
Doid.c33 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s), name, description } argument
36 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s) } argument
Dx509_crt.c276 static int x509_check_wildcard(const char *cn, const mbedtls_x509_buf *name) in x509_check_wildcard()
1674 #define CERT_TYPE(type, name) \ argument
1681 #define KEY_USAGE(code, name) \ argument
2887 static int x509_crt_check_cn(const mbedtls_x509_buf *name, in x509_crt_check_cn()
2988 const mbedtls_x509_name *name; in x509_crt_verify_name() local
Dssl_ticket.c155 const unsigned char *name, size_t nlength, in mbedtls_ssl_ticket_rotate()
Dasn1parse.c445 void mbedtls_asn1_free_named_data_list_shallow(mbedtls_asn1_named_data *name) in mbedtls_asn1_free_named_data_list_shallow()
Ddebug.c322 char name[16]; in debug_print_pk() local
Dssl_tls13_keys.c37 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument
Dssl_tls12_client.c2636 mbedtls_x509_name name; in ssl_parse_certificate_request() local
/mbedtls-latest/tests/scripts/
Ddepends.py156 def __init__(self, name, config_settings, commands): argument
438 def get_jobs(self, name): argument
Dcheck_names.py69 def __init__(self, filename, line, line_no, pos, name): argument
905 def output_check_result(self, name, problems): argument
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c477 const char *name; member
577 static uint16_t mbedtls_ssl_get_curve_tls_id_from_name(const char *name) in mbedtls_ssl_get_curve_tls_id_from_name()
Dssl_server2.c750 const char *name; member
882 const unsigned char *name, size_t name_len) in sni_callback()
918 const unsigned char *name = mbedtls_ssl_get_hs_sni(ssl, &name_len); in cert_callback() local
945 const char *name; member
1031 const unsigned char *name, size_t name_len) in psk_callback()
2997 unsigned char name[MBEDTLS_SSL_TICKET_KEY_NAME_BYTES]; in main() local
/mbedtls-latest/programs/aes/
Dcrypt_and_hash.c106 const char *name = mbedtls_cipher_info_get_name(cipher_info); in main() local
/mbedtls-latest/tests/include/test/
Dssl_helpers.h75 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument
197 const char *name; member
/mbedtls-latest/include/mbedtls/
Decp.h144 const char *name; /*!< A human-friendly name. */ member

12