Searched refs:pobj (Results 1 – 3 of 3) sorted by relevance
142 ASN1_OBJECT *pobj; variable182 if(!(pobj = OBJ_txt2obj(cnf->name, 0))) {188 pol->policyid = pobj;215 ASN1_OBJECT *pobj; in policy_section() local216 if(!(pobj = OBJ_txt2obj(cnf->value, 0))) { in policy_section()221 pol->policyid = pobj; in policy_section()
640 X509_OBJECT obj, *pobj; in X509_STORE_CTX_get1_issuer() local678 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i); in X509_STORE_CTX_get1_issuer()680 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()682 if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509))) in X509_STORE_CTX_get1_issuer()684 if (ctx->check_issued(ctx, x, pobj->data.x509)) in X509_STORE_CTX_get1_issuer()686 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()687 X509_OBJECT_up_ref_count(pobj); in X509_STORE_CTX_get1_issuer()
292 struct nouveau_object **pobj) in nouveau_object_new() argument306 *pobj = obj; in nouveau_object_new()311 nouveau_object_del(struct nouveau_object **pobj) in nouveau_object_del() argument313 struct nouveau_object *obj = *pobj; in nouveau_object_del()317 *pobj = NULL; in nouveau_object_del()