Lines Matching full:name
53 * \name X509 Error codes
68 /** The name tag or value is invalid. */
96 /** \} name X509 Error codes */
99 * \name X509 Verify codes
105 #define MBEDTLS_X509_BADCERT_CN_MISMATCH 0x04 /**< The certificate Common Name (CN) does n…
124 /** \} name X509 Verify codes */
128 * X.509 v3 Subject Alternative Name types.
133 * directoryName [4] Name,
221 * \name Structures for parsing X.509 certificates, CRLs and CSRs
287 * A structure for holding the parsed Subject Alternative Name,
303 /** \} name Structures for parsing X.509 certificates, CRLs and CSRs */
311 * \param dn The X509 name to represent
319 * \brief Return the next relative DN in an X509 name.
324 * \param dn Current node in the X509 name
384 * alternative name.
386 * of the subject alternative name encoded in \p san_raw.
393 * subject alternative name. For example, after successful
442 int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char *name);
443 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name);