Home
last modified time | relevance | path

Searched refs:pobj (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_cpols.c94 ASN1_OBJECT *pobj; variable
139 if ((pobj = OBJ_txt2obj(cnf->name, 0)) == NULL) {
147 ASN1_OBJECT_free(pobj);
151 pol->policyid = pobj;
180 ASN1_OBJECT *pobj; in policy_section() local
181 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
187 pol->policyid = pobj; in policy_section()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_lu.c680 X509_OBJECT *obj = X509_OBJECT_new(), *pobj = NULL; in X509_STORE_CTX_get1_issuer() local
718 pobj = sk_X509_OBJECT_value(store->objs, i); in X509_STORE_CTX_get1_issuer()
720 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()
722 if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509))) in X509_STORE_CTX_get1_issuer()
724 if (ctx->check_issued(ctx, x, pobj->data.x509)) { in X509_STORE_CTX_get1_issuer()
725 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()
/freebsd-12-stable/contrib/libucl/lua/
Dlua_ucl.c654 ucl_object_t **pobj; in lua_ucl_push_opaque() local
656 pobj = lua_newuserdata (L, sizeof (*pobj)); in lua_ucl_push_opaque()
657 *pobj = obj; in lua_ucl_push_opaque()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_znode.c2168 uint64_t pobj; in zfs_obj_to_path_impl() local
2176 if ((error = zfs_obj_to_pobj(osp, sa_hdl, sa_table, &pobj, in zfs_obj_to_path_impl()
2180 if (pobj == obj) { in zfs_obj_to_path_impl()
2190 error = zap_value_search(osp, pobj, obj, in zfs_obj_to_path_impl()
2200 obj = pobj; in zfs_obj_to_path_impl()