Lines Matching full:name
41 * \name X509 Error codes
56 /** The name tag or value is invalid. */
84 /** \} name X509 Error codes */
87 * \name X509 Verify codes
93 #define MBEDTLS_X509_BADCERT_CN_MISMATCH 0x04 /**< The certificate Common Name (CN) does n…
112 /** \} name X509 Verify codes */
116 * X.509 v3 Subject Alternative Name types.
121 * directoryName [4] Name,
209 * \name Structures for parsing X.509 certificates, CRLs and CSRs
286 * A structure for holding the parsed Subject Alternative Name,
309 /** \} name Structures for parsing X.509 certificates, CRLs and CSRs */
317 * \param dn The X509 name to represent
325 * \brief Return the next relative DN in an X509 name.
330 * \param dn Current node in the X509 name
413 * additional memory for a subject alternative name, thus
418 * alternative name.
420 * of the subject alternative name encoded in \p san_buf.
428 * subject alternative name. For example, after successful
445 * \brief Unallocate all data related to subject alternative name
483 int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char *name);
484 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name);