| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| H A D | cmp_hdr.c | 23 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 D | cmp_local.h | 483 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 D | setchgpw2.asn1 | 164 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 D | krb5.asn1 | 491 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 D | ossl_cmp_hdr_init.pod | 28 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 D | keytab_file.c | 369 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 D | build_ap_req.c | 51 ap.pvno = 5; in krb5_build_ap_req()
|
| H A D | rd_rep.c | 56 if (ap_rep.pvno != 5) { in krb5_rd_rep()
|
| H A D | mk_rep.c | 51 ap.pvno = 5; in krb5_mk_rep()
|
| H A D | mk_error.c | 60 msg.pvno = 5; in krb5_mk_error_ext()
|
| H A D | mk_safe.c | 66 s.pvno = 5; in krb5_mk_safe()
|
| H A D | mk_priv.c | 106 s.pvno = 5; in krb5_mk_priv()
|
| H A D | rd_priv.c | 73 if (priv.pvno != 5) { in krb5_rd_priv()
|
| H A D | rd_safe.c | 115 if (safe.pvno != 5) { in krb5_rd_safe()
|
| H A D | fcache.c | 664 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 D | rd_cred.c | 89 if (cred.pvno != 5) { in krb5_rd_cred()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | cmp_hdr_test.c | 51 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 D | chfs_gc.c | 313 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 D | chfs_build.c | 92 if (child_vc->pvno) { in chfs_build_set_vnodecache_nlink() 98 child_vc->pvno = vc->vno; in chfs_build_set_vnodecache_nlink()
|
| H A D | media.h | 123 le64 pvno; /* parent's vnode number */ member
|
| H A D | chfs.h | 287 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 D | chfs_vnops.c | 108 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 D | chfs_scan.c | 65 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 D | chfs_vfsops.c | 530 chvc->pvno = CHFS_ROOTINO; in chfs_loadvnode() 543 chvc->pvno = CHFS_ROOTINO; in chfs_loadvnode()
|
| /netbsd-src/usr.sbin/makefs/chfs/ |
| H A D | chfs_mkfs.c | 206 fdirent.pvno = htole64(node->parent->inode->ino); in write_dirent() 208 fdirent.pvno = htole64(node->inode->ino); in write_dirent()
|