Lines Matching full:name
475 * Name ::= CHOICE { -- only one possibility for now --
836 * Store the name in printable form into buf; no more
844 const mbedtls_x509_name *name; in mbedtls_x509_dn_gets() local
850 name = dn; in mbedtls_x509_dn_gets()
854 while (name != NULL) { in mbedtls_x509_dn_gets()
855 if (!name->oid.p) { in mbedtls_x509_dn_gets()
856 name = name->next; in mbedtls_x509_dn_gets()
860 if (name != dn) { in mbedtls_x509_dn_gets()
865 ret = mbedtls_oid_get_attr_short_name(&name->oid, &short_name); in mbedtls_x509_dn_gets()
874 for (i = 0, j = 0; i < name->val.len; i++, j++) { in mbedtls_x509_dn_gets()
879 c = name->val.p[i]; in mbedtls_x509_dn_gets()
897 merge = name->next_merged; in mbedtls_x509_dn_gets()
898 name = name->next; in mbedtls_x509_dn_gets()
965 const char *name = md_type_to_string(md_alg); in mbedtls_x509_sig_alg_gets() local
969 name ? name : "???", in mbedtls_x509_sig_alg_gets()
987 int mbedtls_x509_key_size_helper(char *buf, size_t buf_size, const char *name) in mbedtls_x509_key_size_helper() argument
993 ret = mbedtls_snprintf(p, n, "%s key size", name); in mbedtls_x509_key_size_helper()
1138 * The given subject alternative name is not of type "othername". in x509_get_other_name()
1216 * directoryName [4] Name,
1428 * RFC822 Name in mbedtls_x509_parse_subject_alt_name()
1489 ret = mbedtls_snprintf(p, n, "\n%s hardware module name :", prefix); in mbedtls_x509_info_subject_alt_name()
1533 * RFC822 Name in mbedtls_x509_info_subject_alt_name()
1585 #define CERT_TYPE(type, name) \ argument
1587 PRINT_ITEM(name);
1612 #define KEY_USAGE(code, name) \ argument
1614 PRINT_ITEM(name);