Searched refs:subject (Results 1 – 10 of 10) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | x509_csr.h | 45 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 68 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(subject);
|
| H A D | x509_crt.h | 55 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 223 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(subject);
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509write_csr.c | 50 mbedtls_asn1_free_named_data_list(&ctx->subject); in mbedtls_x509write_csr_free() 69 mbedtls_asn1_free_named_data_list(&ctx->subject); in mbedtls_x509write_csr_set_subject_name() 70 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_csr_set_subject_name() 201 ctx->subject)); in x509write_csr_der_internal()
|
| H A D | x509write_crt.c | 53 mbedtls_asn1_free_named_data_list(&ctx->subject); in mbedtls_x509write_crt_free() 87 mbedtls_asn1_free_named_data_list(&ctx->subject); in mbedtls_x509write_crt_set_subject_name() 88 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_crt_set_subject_name() 500 ctx->subject)); in mbedtls_x509write_crt_der()
|
| H A D | x509_csr.c | 360 if ((ret = mbedtls_x509_get_name(&p, p + len, &csr->subject)) != 0) { in mbedtls_x509_csr_parse_der_internal() 545 ret = mbedtls_x509_dn_gets(p, n, &csr->subject); in mbedtls_x509_csr_info() 629 mbedtls_asn1_free_named_data_list_shallow(csr->subject.next); in mbedtls_x509_csr_free()
|
| H A D | x509_crt.c | 1216 if (len && (ret = mbedtls_x509_get_name(&p, p + len, &crt->subject)) != 0) { in x509_crt_parse_der_core() 1786 ret = mbedtls_x509_dn_gets(p, n, &crt->subject); in mbedtls_x509_crt_info() 2030 x509_name_cmp(&crl_list->issuer, &ca->subject) != 0) { in x509_crt_verifycrl() 2187 if (x509_name_cmp(&child->issuer, &parent->subject) != 0) { in x509_crt_check_parent() 2450 if (x509_name_cmp(&crt->issuer, &crt->subject) != 0) { in x509_crt_check_ee_locally_trusted() 2651 x509_name_cmp(&child->issuer, &child->subject) == 0) { in x509_crt_verify_chain() 2996 for (name = &crt->subject; name != NULL; name = name->next) { in x509_crt_verify_name() 3242 mbedtls_asn1_free_named_data_list_shallow(cert_cur->subject.next); in mbedtls_x509_crt_free()
|
| /optee_os/ |
| H A D | LICENSE | 2 is subject to the following license terms:
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 269 so, subject to the following conditions: 300 furnished to do so, subject to the following conditions:
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 405 original licensor to copy, distribute or modify the Program subject to
|
| H A D | ChangeLog | 47 mbedtls_x509write_{crt,csr}_set_{subject,issuer}_name() functions. The 924 * Fix an issue when parsing an otherName subject alternative name into a 1708 These restrictions may be subject to change. 3423 name and the CA's subject name differed in their string encoding (e.g., 3530 signing CA used UTF8Strings in its subject field; while X.509 compliant, 3960 parsing the subject alternative names. 4165 identifier, subject identifier and basic constraints extensions. 5236 * cert_write app should use subject of issuer certificate as issuer of cert 5894 * Handle empty certificate subject names
|