/freebsd/crypto/openssl/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);
|
H A D | cmp_asn.c | 421 ASN1_SIMPLE(OSSL_CMP_PKIHEADER, pvno, ASN1_INTEGER),
|
/freebsd/crypto/heimdal/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 | 467 pvno[1] krb5int32, 494 pvno[0] krb5int32, 526 pvno[0] krb5int32, 534 pvno[0] krb5int32, 556 pvno[0] krb5int32, 563 pvno[0] krb5int32, 577 pvno[0] krb5int32, 607 pvno[0] krb5int32, 632 krb5-pvno krb5int32 ::= 5 -- current Kerberos protocol version number
|
H A D | check-gen.c | 223 COMPARE_INTEGER(aa,ab,pvno); in cmp_KRB_ERROR() 282 e1.pvno = 5; in test_krb_error()
|
/freebsd/contrib/tcpdump/ |
H A D | print-krb.c | 78 nd_uint8_t pvno; /* Protocol Version */ member 235 switch (GET_U_1(kp->pvno)) { in krb_print() 240 ND_PRINT(" v%u", GET_U_1(kp->pvno)); in krb_print() 244 ND_PRINT(" v%u", GET_U_1(kp->pvno)); in krb_print()
|
/freebsd/crypto/openssl/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.
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | keytab_file.c | 378 int8_t pvno, tag; in fkt_start_seq_get_int() local 405 ret = krb5_ret_int8(c->sp, &pvno); in fkt_start_seq_get_int() 413 if(pvno != 5) { in fkt_start_seq_get_int() 577 int8_t pvno, tag; in fkt_add_entry() local 588 ret = krb5_ret_int8(sp, &pvno); in fkt_add_entry() 601 if(pvno != 5) { in fkt_add_entry()
|
H A D | build_ap_req.c | 49 ap.pvno = 5; in krb5_build_ap_req()
|
H A D | mk_error.c | 57 msg.pvno = 5; in krb5_mk_error()
|
H A D | rd_rep.c | 53 if (ap_rep.pvno != 5) { in krb5_rd_rep()
|
H A D | mk_rep.c | 49 ap.pvno = 5; in krb5_mk_rep()
|
H A D | mk_safe.c | 64 s.pvno = 5; in krb5_mk_safe()
|
H A D | mk_priv.c | 104 s.pvno = 5; in krb5_mk_priv()
|
H A D | rd_priv.c | 71 if (priv.pvno != 5) { in krb5_rd_priv()
|
H A D | rd_safe.c | 113 if (safe.pvno != 5) { in krb5_rd_safe()
|
H A D | fcache.c | 545 int8_t pvno, tag; in init_fcc() local 563 ret = krb5_ret_int8(sp, &pvno); in init_fcc() 576 if(pvno != 5) { in init_fcc()
|
H A D | rd_cred.c | 87 if (cred.pvno != 5) { in krb5_rd_cred()
|
H A D | get_for_creds.c | 265 cred.pvno = 5; in krb5_get_forwarded_creds()
|
H A D | get_in_tkt.c | 162 a->pvno = 5; in init_as_req()
|
H A D | rd_req.c | 116 if (ap_req->pvno != 5){ in krb5_decode_ap_req()
|
H A D | get_cred.c | 157 t->pvno = 5; in init_tgs_req()
|
/freebsd/crypto/openssl/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()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kerberos5.c | 1480 rep.pvno = 5; in _kdc_as_rep()
|