Searched refs:parent (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | x509_crt.c | 1856 const mbedtls_x509_crt *parent, in x509_crt_check_parent() argument 1862 if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 ) in x509_crt_check_parent() 1869 if( top && parent->version < 3 ) in x509_crt_check_parent() 1874 child->raw.len == parent->raw.len && in x509_crt_check_parent() 1875 memcmp( child->raw.p, parent->raw.p, child->raw.len ) == 0 ) in x509_crt_check_parent() 1880 if( need_ca_bit && ! parent->ca_istrue ) in x509_crt_check_parent() 1885 mbedtls_x509_crt_check_key_usage( parent, MBEDTLS_X509_KU_KEY_CERT_SIGN ) != 0 ) in x509_crt_check_parent() 2029 mbedtls_x509_crt *child, mbedtls_x509_crt *parent, in x509_crt_verify_child() argument 2077 if( x509_profile_check_key( profile, child->sig_pk, &parent->pk ) != 0 ) in x509_crt_verify_child() 2080 if( mbedtls_pk_verify_ext( child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_verify_child() [all …]
|
/net-tools-3.5.0/mbedtls-2.4.0/tests/data_files/ |
D | Readme-x509.txt | 46 - P1, P2 if the file includes parent (resp. parent + grandparent)
|
/net-tools-3.5.0/libcoap/ |
D | CONTRIBUTE | 73 with the 'origin/develop' as parent so you can later create the patches
|