Searched refs:grandparent (Results 1 – 2 of 2) sorted by relevance
2039 mbedtls_x509_crt *grandparent; in x509_crt_verify_child() local2094 for( grandparent = trust_ca; in x509_crt_verify_child()2095 grandparent != NULL; in x509_crt_verify_child()2096 grandparent = grandparent->next ) in x509_crt_verify_child()2098 if( x509_crt_check_parent( parent, grandparent, in x509_crt_verify_child()2103 if( grandparent != NULL ) in x509_crt_verify_child()2105 ret = x509_crt_verify_top( parent, grandparent, ca_crl, profile, in x509_crt_verify_child()2113 for( grandparent = parent->next; in x509_crt_verify_child()2114 grandparent != NULL; in x509_crt_verify_child()2115 grandparent = grandparent->next ) in x509_crt_verify_child()[all …]
46 - P1, P2 if the file includes parent (resp. parent + grandparent)