Home
last modified time | relevance | path

Searched refs:pvno (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_hdr.c23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) in ossl_cmp_hdr_set_pvno() argument
27 return ASN1_INTEGER_set(hdr->pvno, pvno); in ossl_cmp_hdr_set_pvno()
32 int64_t pvno; in ossl_cmp_hdr_get_pvno() local
36 if (!ASN1_INTEGER_get_int64(&pvno, hdr->pvno) || pvno < 0 || pvno > INT_MAX) in ossl_cmp_hdr_get_pvno()
38 return (int)pvno; in ossl_cmp_hdr_get_pvno()
H A Dcmp_local.h483 ASN1_INTEGER *pvno; member
802 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dsetchgpw2.asn1164 pvno-major[0] INTEGER DEFAULT 2,
165 pvno-minor[1] INTEGER DEFAULT 0,
174 pvno-major[0] INTEGER DEFAULT 2,
175 pvno-minor[1] INTEGER DEFAULT 0,
182 pvno-major[0] INTEGER DEFAULT 2,
183 pvno-minor[1] INTEGER DEFAULT 0,
H A Dkrb5.asn1491 pvno[1] krb5int32,
518 pvno[0] krb5int32,
550 pvno[0] krb5int32,
558 pvno[0] krb5int32,
580 pvno[0] krb5int32,
587 pvno[0] krb5int32,
601 pvno[0] krb5int32,
631 pvno[0] krb5int32,
656 krb5-pvno krb5int32 ::= 5 -- current Kerberos protocol version number
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod28 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
55 ossl_cmp_hdr_set_pvno() sets hdr->pvno to the given B<pvno>.
57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
122 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab_file.c369 int8_t pvno, tag; in fkt_start_seq_get_int() local
394 ret = krb5_ret_int8(c->sp, &pvno); in fkt_start_seq_get_int()
402 if(pvno != 5) { in fkt_start_seq_get_int()
568 int8_t pvno, tag; in fkt_add_entry() local
579 ret = krb5_ret_int8(sp, &pvno); in fkt_add_entry()
592 if(pvno != 5) { in fkt_add_entry()
H A Dbuild_ap_req.c51 ap.pvno = 5; in krb5_build_ap_req()
H A Drd_rep.c56 if (ap_rep.pvno != 5) { in krb5_rd_rep()
H A Dmk_rep.c51 ap.pvno = 5; in krb5_mk_rep()
H A Dmk_error.c60 msg.pvno = 5; in krb5_mk_error_ext()
H A Dmk_safe.c66 s.pvno = 5; in krb5_mk_safe()
H A Dmk_priv.c106 s.pvno = 5; in krb5_mk_priv()
H A Drd_priv.c73 if (priv.pvno != 5) { in krb5_rd_priv()
H A Drd_safe.c115 if (safe.pvno != 5) { in krb5_rd_safe()
H A Dfcache.c664 int8_t pvno, tag; in init_fcc() local
684 ret = krb5_ret_int8(sp, &pvno); in init_fcc()
697 if (pvno != 5) { in init_fcc()
H A Drd_cred.c89 if (cred.pvno != 5) { in krb5_rd_cred()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_hdr_test.c51 int pvno = 77; in execute_HDR_set_get_pvno_test() local
53 if (!TEST_int_eq(ossl_cmp_hdr_set_pvno(fixture->hdr, pvno), 1)) in execute_HDR_set_get_pvno_test()
55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno)) in execute_HDR_set_get_pvno_test()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_gc.c313 int deleted = (chvc && !(chvc->pvno | chvc->nlink)); in chfs_clear_inode()
428 ino_t vno, pvno; in chfs_gcollect_pass() local
468 if ((vc->pvno | vc->nlink) == 0) { in chfs_gcollect_pass()
630 pvno = vc->pvno; in chfs_gcollect_pass()
634 ip = chfs_gc_fetch_inode(chmp, vno, !(pvno | nlink)); in chfs_gcollect_pass()
H A Dchfs_build.c92 if (child_vc->pvno) { in chfs_build_set_vnodecache_nlink()
98 child_vc->pvno = vc->vno; in chfs_build_set_vnodecache_nlink()
H A Dmedia.h123 le64 pvno; /* parent's vnode number */ member
H A Dchfs.h287 ino_t pvno; /* vnode number of parent */ member
525 (intmax_t )vc->pvno, (intmax_t )vc->highest_version, vc->nlink); in chfs_nref_to_vc()
H A Dchfs_vnops.c108 KASSERT(IMPLIES(ip->ch_type == CHT_DIR && chvc->pvno == chvc->vno, in chfs_lookup()
113 error = VFS_VGET(dvp->v_mount, ip->chvc->pvno, LK_EXCLUSIVE, in chfs_lookup()
1060 KASSERT(ip->chvc->vno != ip->chvc->pvno); in chfs_remove()
1238 KASSERT(ip->chvc->vno != ip->chvc->pvno); in chfs_rmdir()
1389 error = chfs_filldir(uio, chvc->pvno, "..", 2, CHT_DIR); in chfs_readdir()
H A Dchfs_scan.c65 vc->pvno = CHFS_ROOTINO; in chfs_scan_make_vnode_cache()
326 parentvc = chfs_scan_make_vnode_cache(chmp, le64toh(dirent->pvno)); in chfs_scan_check_dirent_node()
H A Dchfs_vfsops.c530 chvc->pvno = CHFS_ROOTINO; in chfs_loadvnode()
543 chvc->pvno = CHFS_ROOTINO; in chfs_loadvnode()
/netbsd-src/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c206 fdirent.pvno = htole64(node->parent->inode->ino); in write_dirent()
208 fdirent.pvno = htole64(node->inode->ino); in write_dirent()

12