Searched refs:pobj (Results 1 – 2 of 2) sorted by relevance
95 ASN1_OBJECT *pobj; variable138 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) {146 ASN1_OBJECT_free(pobj);150 pol->policyid = pobj;179 ASN1_OBJECT *pobj; in policy_section() local181 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()186 pol->policyid = pobj; in policy_section()
712 X509_OBJECT *obj = X509_OBJECT_new(), *pobj = NULL; in X509_STORE_CTX_get1_issuer() local752 pobj = sk_X509_OBJECT_value(store->objs, i); in X509_STORE_CTX_get1_issuer()754 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()756 if (ctx->check_issued(ctx, x, pobj->data.x509)) { in X509_STORE_CTX_get1_issuer()759 if (ossl_x509_check_cert_time(ctx, pobj->data.x509, -1)) { in X509_STORE_CTX_get1_issuer()760 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()768 || ASN1_TIME_compare(X509_get0_notAfter(pobj->data.x509), in X509_STORE_CTX_get1_issuer()770 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()
Completed in 7 milliseconds