| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_hdr.c | 23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) 27 return ASN1_INTEGER_set(hdr->pvno, pvno); 32 int64_t pvno; local 36 if (!ASN1_INTEGER_get_int64(&pvno, hdr->pvno) || pvno < 0 || pvno > INT_MAX) 38 return (int)pvno;
|
| cmp_local.h | 505 * pvno INTEGER { cmp1999(1), cmp2000(2), cmp2021(3) }, 539 ASN1_INTEGER *pvno; member in struct:ossl_cmp_pkiheader_st 887 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_hdr.c | 23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) 27 return ASN1_INTEGER_set(hdr->pvno, pvno); 32 int64_t pvno; local 36 if (!ASN1_INTEGER_get_int64(&pvno, hdr->pvno) || pvno < 0 || pvno > INT_MAX) 38 return (int)pvno;
|
| cmp_local.h | 449 * pvno INTEGER { cmp1999(1), cmp2000(2) }, 483 ASN1_INTEGER *pvno; member in struct:ossl_cmp_pkiheader_st 802 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno);
|
| /src/external/bsd/tcpdump/dist/ |
| print-krb.c | 83 nd_uint8_t pvno; /* Protocol Version */ member in struct:krb 240 switch (GET_U_1(kp->pvno)) { 245 ND_PRINT(" v%u", GET_U_1(kp->pvno)); 249 ND_PRINT(" v%u", GET_U_1(kp->pvno));
|
| /src/sys/ufs/chfs/ |
| chfs_gc.c | 312 //bool deleted = (chvc && !(chvc->pvno || chvc->nlink)); 313 int deleted = (chvc && !(chvc->pvno | chvc->nlink)); 428 ino_t vno, pvno; local 468 if ((vc->pvno | vc->nlink) == 0) { 469 dbg_gc("(pvno | nlink) == 0\n"); 630 pvno = vc->pvno; 634 ip = chfs_gc_fetch_inode(chmp, vno, !(pvno | nlink));
|
| media.h | 123 le64 pvno; /* parent's vnode number */ member in struct:chfs_flash_dirent_node
|
| chfs.h | 287 ino_t pvno; /* vnode number of parent */ member in struct:chfs_vnode_cache 524 dbg("vno: %ju, pvno: %ju, hv: %ju, nlink: %u\n", (intmax_t )vc->vno, 525 (intmax_t )vc->pvno, (intmax_t )vc->highest_version, vc->nlink);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| cmp_hdr_test.c | 51 int pvno = 77; local 53 if (!TEST_int_eq(ossl_cmp_hdr_set_pvno(fixture->hdr, pvno), 1)) 55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno))
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| keytab_file.c | 369 int8_t pvno, tag; local 394 ret = krb5_ret_int8(c->sp, &pvno); 402 if(pvno != 5) { 568 int8_t pvno, tag; local 579 ret = krb5_ret_int8(sp, &pvno); 592 if(pvno != 5) {
|
| fcache.c | 664 int8_t pvno, tag; local 684 ret = krb5_ret_int8(sp, &pvno); 692 krb5_set_error_message(context, ret, N_("Error reading pvno " 697 if (pvno != 5) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_hdr_test.c | 51 int pvno = 77; local 53 if (!TEST_int_eq(ossl_cmp_hdr_set_pvno(fixture->hdr, pvno), 1)) 55 if (!TEST_int_eq(ossl_cmp_hdr_get_pvno(fixture->hdr), pvno))
|