Searched refs:subject (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509_csr.h | 57 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 75 mbedtls_asn1_named_data *subject; member
|
A D | x509_crt.h | 67 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 190 mbedtls_asn1_named_data *subject; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509write_csr.c | 62 mbedtls_asn1_free_named_data_list( &ctx->subject ); in mbedtls_x509write_csr_free() 81 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name() 203 ctx->subject ) ); in x509write_csr_der_internal()
|
A D | x509_csr.c | 182 if( ( ret = mbedtls_x509_get_name( &p, p + len, &csr->subject ) ) != 0 ) in mbedtls_x509_csr_parse_der() 348 ret = mbedtls_x509_dn_gets( p, n, &csr->subject ); in mbedtls_x509_csr_info() 396 name_cur = csr->subject.next; in mbedtls_x509_csr_free()
|
A D | x509write_crt.c | 55 mbedtls_asn1_free_named_data_list( &ctx->subject ); in mbedtls_x509write_crt_free() 89 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name() 397 ctx->subject ) ); in mbedtls_x509write_crt_der()
|
A D | x509_crt.c | 1221 if( len && ( ret = mbedtls_x509_get_name( &p, p + len, &crt->subject ) ) != 0 ) in x509_crt_parse_der_core() 2091 ret = mbedtls_x509_dn_gets( p, n, &crt->subject ); in mbedtls_x509_crt_info() 2352 x509_name_cmp( &crl_list->issuer, &ca->subject ) != 0 ) in x509_crt_verifycrl() 2492 if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 ) in x509_crt_check_parent() 2756 if( x509_name_cmp( &crt->issuer, &crt->subject ) != 0 ) in x509_crt_check_ee_locally_trusted() 2948 x509_name_cmp( &child->issuer, &child->subject ) == 0 ) in x509_crt_verify_chain() 3050 for( name = &crt->subject; name != NULL; name = name->next ) in x509_crt_verify_name() 3305 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()
|
/optee_os-3.20.0/ |
A D | LICENSE | 2 is subject to the following license terms:
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1534 name and the CA's subject name differed in their string encoding (e.g., 1641 signing CA used UTF8Strings in its subject field; while X.509 compliant, 2071 parsing the subject alternative names. 2276 identifier, subject identifier and basic constraints extensions. 3347 * cert_write app should use subject of issuer certificate as issuer of cert 4005 * Handle empty certificate subject names
|
Completed in 18 milliseconds