Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A Dconfig.py66 def __contains__(self, name): argument
82 def known(self, name): argument
86 def __getitem__(self, name): argument
93 def get(self, name, default=None): argument
113 def set(self, name, value=None): argument
127 def unset(self, name): argument
206 def is_seamless_alt(name): argument
223 def include_in_full(name): argument
260 def keep_in_baremetal(name): argument
275 def include_in_crypto(name): argument
[all …]
A Dgenerate_psa_constants.py229 def _make_return_case(name): argument
233 def _make_append_case(name): argument
/mbedtls-development/library/
A Dx509_create.c34 const char *name; /* String representation of AttributeType, e.g. member
108 static const x509_attr_descriptor_t *x509_attr_descr_from_name( const char *name, size_t name_len ) in x509_attr_descr_from_name()
123 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names()
243 const unsigned char *name = cur_name->val.p; in x509_write_name() local
A Dmd_wrap.h44 const char * name; member
A Dssl_tls13_keys.h47 #define MBEDTLS_SSL_TLS1_3_LABEL( name, string ) \ argument
A Dentropy_poll.c140 int name[2]; in sysctl_arnd_wrapper() local
A Dpk_wrap.h36 const char *name; member
A Doid.c48 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s), name, description } argument
51 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s) } argument
A Dx509_crt.c283 static int x509_check_wildcard( const char *cn, const mbedtls_x509_buf *name ) in x509_check_wildcard()
1953 #define CERT_TYPE(type,name) \ argument
1980 #define KEY_USAGE(code,name) \ argument
2980 static int x509_crt_check_cn( const mbedtls_x509_buf *name, in x509_crt_check_cn()
3002 static int x509_crt_check_san( const mbedtls_x509_buf *name, in x509_crt_check_san()
3025 const mbedtls_x509_name *name; in x509_crt_verify_name() local
A Dx509.c746 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets() local
884 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name ) in mbedtls_x509_key_size_helper()
A Ddebug.c282 char name[16]; in debug_print_pk() local
A Dssl_tls13_keys.c34 #define MBEDTLS_SSL_TLS1_3_LABEL( name, string ) \ argument
A Decp.c479 const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name( const char *name ) in mbedtls_ecp_curve_info_from_name()
/mbedtls-development/programs/psa/
A Dpsa_constant_names.c124 const char *name = get_name(alg); in append_with_alg() local
139 const char *name = psa_strerror(status); in psa_snprint_status() local
156 const char *name = psa_ecc_family_name(curve); in psa_snprint_ecc_curve() local
173 const char *name = psa_dh_family_name(group); in psa_snprint_dh_group() local
/mbedtls-development/tests/scripts/
A Dgenerate_test_code.py303 def gen_function_wrapper(name, local_vars, args_dispatch): argument
328 def gen_dispatch(name, dependencies): argument
501 def generate_function_code(name, code, local_vars, args_dispatch, argument
A Dcheck_names.py76 def __init__(self, filename, line, line_no, pos, name): argument
802 def output_check_result(self, name, problems): argument
/mbedtls-development/programs/test/
A Dselftest.c244 const char *name; member
A Dudp_proxy.c173 static void exit_usage( const char *name, const char *value ) in exit_usage()
/mbedtls-development/include/mbedtls/
A Decp.h158 const char *name; /*!< A human-friendly name. */ member
/mbedtls-development/programs/ssl/
A Dssl_server2.c682 const char *name; member
812 const unsigned char *name, size_t name_len ) in sni_callback()
844 const char *name; member
929 const unsigned char *name, size_t name_len ) in psk_callback()

Completed in 46 milliseconds