Searched defs:name (Results 1 – 10 of 10) sorted by relevance
/library/ |
A D | x509_create.c | 27 const char *name; /* String representation of AttributeType, e.g. member 102 static const x509_attr_descriptor_t *x509_attr_descr_from_name(const char *name, size_t name_len) in x509_attr_descr_from_name() 458 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name) in mbedtls_x509_string_to_names() 601 const unsigned char *name = cur_name->val.p; in x509_write_name() local
|
A D | x509.c | 882 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets() local 1059 const char *name = md_type_to_string(md_alg); in mbedtls_x509_sig_alg_gets() local 1079 int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char *name) in mbedtls_x509_key_size_helper() 1769 #define CERT_TYPE(type, name) \ argument 1799 #define KEY_USAGE(code, name) \ argument
|
A D | x509_oid.c | 34 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s), name, description } argument 37 #define OID_DESCRIPTOR(s, name, description) { ADD_LEN(s) } argument
|
A D | ssl_tls13_keys.h | 44 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument
|
A D | x509_crt.c | 275 static int x509_check_wildcard(const char *cn, const mbedtls_x509_buf *name) in x509_check_wildcard() 1672 #define CERT_TYPE(type, name) \ argument 1679 #define KEY_USAGE(code, name) \ argument 2856 static int x509_crt_check_cn(const mbedtls_x509_buf *name, in x509_crt_check_cn() 2957 const mbedtls_x509_name *name; in x509_crt_verify_name() local
|
A D | ssl_ticket.c | 139 const unsigned char *name, size_t nlength, in mbedtls_ssl_ticket_rotate()
|
A D | debug.c | 401 char name[16]; in debug_print_pk() local
|
A D | ssl_tls12_client.c | 2302 mbedtls_x509_name name; in ssl_parse_certificate_request() local
|
A D | ssl_tls13_keys.c | 35 #define MBEDTLS_SSL_TLS1_3_LABEL(name, string) \ argument
|
A D | ssl_tls.c | 5845 const char *name; member
|
Completed in 57 milliseconds