Symbol: ptype
crypto/libressl/crypto/asn1/p8_pkey.c
145
int ptype, void *pval, unsigned char *penc, int penclen)
crypto/libressl/crypto/asn1/p8_pkey.c
151
if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
crypto/libressl/crypto/asn1/x_algor.c
151
X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
crypto/libressl/crypto/asn1/x_algor.c
155
if (ptype != V_ASN1_UNDEF) {
crypto/libressl/crypto/asn1/x_algor.c
166
if (ptype == 0)
crypto/libressl/crypto/asn1/x_algor.c
168
if (ptype == V_ASN1_UNDEF) {
crypto/libressl/crypto/asn1/x_algor.c
174
ASN1_TYPE_set(alg->parameter, ptype, pval);
crypto/libressl/crypto/asn1/x_pubkey.c
714
X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj, int ptype,
crypto/libressl/crypto/asn1/x_pubkey.c
717
if (!X509_ALGOR_set0(pub->algor, aobj, ptype, pval))
crypto/libressl/crypto/dh/dh_ameth.c
133
int ptype;
crypto/libressl/crypto/dh/dh_ameth.c
152
ptype = V_ASN1_SEQUENCE;
crypto/libressl/crypto/dh/dh_ameth.c
167
if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DH), ptype,
crypto/libressl/crypto/dh/dh_ameth.c
189
int ptype;
crypto/libressl/crypto/dh/dh_ameth.c
199
X509_ALGOR_get0(NULL, &ptype, &pval, palg);
crypto/libressl/crypto/dh/dh_ameth.c
201
if (ptype != V_ASN1_SEQUENCE)
crypto/libressl/crypto/dh/dh_ameth.c
314
do_dh_print(BIO *bp, const DH *x, int indent, ASN1_PCTX *ctx, int ptype)
crypto/libressl/crypto/dh/dh_ameth.c
322
if (ptype == 2)
crypto/libressl/crypto/dh/dh_ameth.c
327
if (ptype > 0)
crypto/libressl/crypto/dh/dh_ameth.c
343
if (ptype == 2)
crypto/libressl/crypto/dh/dh_ameth.c
345
else if (ptype == 1)
crypto/libressl/crypto/dh/dh_ameth.c
82
int ptype;
crypto/libressl/crypto/dh/dh_ameth.c
91
X509_ALGOR_get0(NULL, &ptype, &pval, palg);
crypto/libressl/crypto/dh/dh_ameth.c
93
if (ptype != V_ASN1_SEQUENCE) {
crypto/libressl/crypto/dsa/dsa_ameth.c
101
} else if (ptype == V_ASN1_NULL || ptype == V_ASN1_UNDEF) {
crypto/libressl/crypto/dsa/dsa_ameth.c
138
int ptype = V_ASN1_UNDEF;
crypto/libressl/crypto/dsa/dsa_ameth.c
153
ptype = V_ASN1_SEQUENCE;
crypto/libressl/crypto/dsa/dsa_ameth.c
169
if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA), ptype, str,
crypto/libressl/crypto/dsa/dsa_ameth.c
188
int ptype;
crypto/libressl/crypto/dsa/dsa_ameth.c
200
X509_ALGOR_get0(NULL, &ptype, &pval, palg);
crypto/libressl/crypto/dsa/dsa_ameth.c
201
if (ptype != V_ASN1_SEQUENCE)
crypto/libressl/crypto/dsa/dsa_ameth.c
385
do_dsa_print(BIO *bp, const DSA *x, int off, int ptype)
crypto/libressl/crypto/dsa/dsa_ameth.c
393
if (ptype == 2)
crypto/libressl/crypto/dsa/dsa_ameth.c
398
if (ptype > 0)
crypto/libressl/crypto/dsa/dsa_ameth.c
403
if (ptype == 2)
crypto/libressl/crypto/dsa/dsa_ameth.c
405
else if (ptype == 1)
crypto/libressl/crypto/dsa/dsa_ameth.c
80
int ptype;
crypto/libressl/crypto/dsa/dsa_ameth.c
90
X509_ALGOR_get0(NULL, &ptype, &pval, palg);
crypto/libressl/crypto/dsa/dsa_ameth.c
92
if (ptype == V_ASN1_SEQUENCE) {
crypto/libressl/crypto/ec/ec_ameth.c
115
int ptype;
crypto/libressl/crypto/ec/ec_ameth.c
119
if (!eckey_param2type(&ptype, &pval, ec_key)) {
crypto/libressl/crypto/ec/ec_ameth.c
134
ptype, pval, penc, penclen))
crypto/libressl/crypto/ec/ec_ameth.c
137
if (ptype == V_ASN1_OBJECT)
crypto/libressl/crypto/ec/ec_ameth.c
146
eckey_type2param(int ptype, const void *pval)
crypto/libressl/crypto/ec/ec_ameth.c
151
if (ptype == V_ASN1_SEQUENCE) {
crypto/libressl/crypto/ec/ec_ameth.c
162
} else if (ptype == V_ASN1_OBJECT) {
crypto/libressl/crypto/ec/ec_ameth.c
198
int ptype, pklen;
crypto/libressl/crypto/ec/ec_ameth.c
204
X509_ALGOR_get0(NULL, &ptype, &pval, palg);
crypto/libressl/crypto/ec/ec_ameth.c
206
eckey = eckey_type2param(ptype, pval);
crypto/libressl/crypto/ec/ec_ameth.c
246
int ptype, pklen;
crypto/libressl/crypto/ec/ec_ameth.c
252
X509_ALGOR_get0(NULL, &ptype, &pval, palg);
crypto/libressl/crypto/ec/ec_ameth.c
254
eckey = eckey_type2param(ptype, pval);
crypto/libressl/crypto/ec/ec_ameth.c
313
int eplen, ptype;
crypto/libressl/crypto/ec/ec_ameth.c
319
if (!eckey_param2type(&ptype, &pval, ec_key)) {
crypto/libressl/crypto/ec/ec_ameth.c
355
ptype, pval, ep, eplen))
crypto/libressl/crypto/gost/gostr341001_ameth.c
202
int ptype = V_ASN1_UNDEF;
crypto/libressl/crypto/gost/gostr341001_ameth.c
209
X509_ALGOR_get0(NULL, &ptype, (const void **)&pval, palg);
crypto/libressl/crypto/gost/gostr341001_ameth.c
210
if (ptype != V_ASN1_SEQUENCE) {
crypto/libressl/crypto/gost/gostr341001_ameth.c
254
int ptype = V_ASN1_UNDEF;
crypto/libressl/crypto/gost/gostr341001_ameth.c
262
ptype = V_ASN1_SEQUENCE;
crypto/libressl/crypto/gost/gostr341001_ameth.c
311
return X509_PUBKEY_set0_param(pub, algobj, ptype, pval, buf, ret);
crypto/libressl/crypto/gost/gostr341001_ameth.c
414
int ptype = V_ASN1_UNDEF;
crypto/libressl/crypto/gost/gostr341001_ameth.c
422
X509_ALGOR_get0(NULL, &ptype, (const void **)&pval, palg);
crypto/libressl/crypto/gost/gostr341001_ameth.c
423
if (ptype != V_ASN1_SEQUENCE) {
crypto/libressl/crypto/pem/pem_info.c
108
int num_in, ptype, raw;
crypto/libressl/crypto/pem/pem_info.c
124
ptype = 0;
crypto/libressl/crypto/pem/pem_info.c
176
ptype = EVP_PKEY_RSA;
crypto/libressl/crypto/pem/pem_info.c
196
ptype = EVP_PKEY_DSA;
crypto/libressl/crypto/pem/pem_info.c
216
ptype = EVP_PKEY_EC;
crypto/libressl/crypto/pem/pem_info.c
236
if (ptype) {
crypto/libressl/crypto/pem/pem_info.c
237
if (!d2i_PrivateKey(ptype, pp, &p,
crypto/libressl/crypto/x509/x509_genn.c
455
GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
crypto/libressl/crypto/x509/x509_genn.c
457
if (ptype)
crypto/libressl/crypto/x509/x509_genn.c
458
*ptype = a->type;
crypto/libressl/include/openssl/x509.h
1109
int ptype, void *pval, unsigned char *penc, int penclen);
crypto/libressl/include/openssl/x509.h
1118
int ptype, void *pval,
crypto/libressl/include/openssl/x509.h
557
int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
crypto/libressl/include/openssl/x509v3.h
594
void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
lib/libalias/alias_pptp.c
276
AliasVerifyPptp(struct ip *pip, u_int16_t *ptype) /* IP packet to examine/patch */
lib/libalias/alias_pptp.c
296
*ptype = ntohs(hptr->type);
lib/libalias/alias_pptp.c
304
if ((*ptype == PPTP_OutCallReply || *ptype == PPTP_InCallReply) &&
lib/libc/gen/disklabel.c
104
strcpy(ptype, "tx");
lib/libc/gen/disklabel.c
109
psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
lib/libc/gen/disklabel.c
125
getnumdflt(pp->p_fstype, ptype, 0);
lib/libc/gen/disklabel.c
126
if (pp->p_fstype == 0 && cgetstr(buf, ptype, &cq) > 0)
lib/libc/gen/disklabel.c
61
pfsize[3], poffset[3], ptype[3];
lib/libc/gen/disktab.c
140
strcpy(ptype, "tx");
lib/libc/gen/disktab.c
145
psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
lib/libc/gen/disktab.c
161
getnumdflt(pp->p_fstype, ptype, 0);
lib/libc/gen/disktab.c
162
if (pp->p_fstype == 0 && cgetstr(buf, ptype, &cq) > 0) {
lib/libc/gen/disktab.c
95
pfsize[3], poffset[3], ptype[3];
sys/bus/u4b/audio/uaudio.c
3735
uint16_t ptype;
sys/bus/u4b/audio/uaudio.c
3739
ptype = UGETW(d0->wProcessType);
sys/bus/u4b/audio/uaudio.c
3742
"bNrInPins=%d\n", ptype, d0->bUnitId, d0->bNrInPins);
sys/bus/u4b/audio/uaudio.c
3755
switch (ptype) {
sys/bus/u4b/audio/uaudio.c
3767
d0->bUnitId, ptype);
sys/dev/netif/ath/ath_hal/ah_osdep.h
73
#define OS_SET_DECLARE(set, ptype) SET_DECLARE(set, ptype)
sys/dev/netif/ix/if_ix.c
2861
ix_rxcsum(uint32_t staterr, struct mbuf *mp, uint32_t ptype)
sys/dev/netif/ix/if_ix.c
2863
if ((ptype &
sys/dev/netif/ix/if_ix.c
2873
if ((ptype &
sys/dev/netif/ix/if_ix.c
2892
uint32_t hash, uint32_t hashtype, uint32_t ptype)
sys/dev/netif/ix/if_ix.c
2902
if ((ptype & IXGBE_RXDADV_PKTTYPE_UDP) == 0) {
sys/dev/netif/ix/if_ix.c
2960
uint32_t rsc = 0, ptype, staterr, hash, hashtype;
sys/dev/netif/ix/if_ix.c
2975
ptype = le32toh(cur->wb.lower.lo_dword.data) &
sys/dev/netif/ix/if_ix.c
3075
ix_rxcsum(staterr, sendmp, ptype);
sys/dev/netif/ix/if_ix.c
3078
hash, hashtype, ptype);
sys/net/gre/if_gre.h
67
u_int16_t ptype; /* protocol type of payload typically
sys/net/gre/if_gre.h
99
#define gi_ptype gi_g.ptype
sys/sys/linker_set.h
74
#define SET_DECLARE(set, ptype) \
sys/sys/linker_set.h
75
extern ptype *__CONCAT(__start_set_,set); \
sys/sys/linker_set.h
76
extern ptype *__CONCAT(__stop_set_,set)
sys/sys/linker_set.h
77
#define SET_DECLARE_WEAK(set, ptype) \
sys/sys/linker_set.h
78
extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
sys/sys/linker_set.h
79
extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
sys/vfs/udf/udf_vfsops.c
632
int ptype, psize, error;
sys/vfs/udf/udf_vfsops.c
637
ptype = pmap->data[0];
sys/vfs/udf/udf_vfsops.c
639
if (((ptype != 1) && (ptype != 2)) ||
sys/vfs/udf/udf_vfsops.c
645
if (ptype == 1) {
usr.bin/rpcgen/rpc_clntout.c
113
ptype(proc->args.decls->decl.prefix,
usr.bin/rpcgen/rpc_clntout.c
118
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_clntout.c
127
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_clntout.c
139
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_clntout.c
179
ptype(proc->res_prefix, proc->res_type, 0);
usr.bin/rpcgen/rpc_clntout.c
78
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_hout.c
314
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_hout.c
340
ptype(dl->decl.prefix, dl->decl.type, 1);
usr.bin/rpcgen/rpc_hout.c
349
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_sample.c
104
ptype(proc->args.decls->decl.prefix,
usr.bin/rpcgen/rpc_sample.c
114
ptype(l->decl.prefix, l->decl.type, 1);
usr.bin/rpcgen/rpc_sample.c
243
ptype(plist->res_prefix, plist->res_type, 1);
usr.bin/rpcgen/rpc_sample.c
94
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_sample.c
97
ptype(proc->res_prefix, proc->res_type, 1);
usr.bin/rpcgen/rpc_svcout.c
338
ptype(proc->args.decls->decl.prefix,
usr.bin/rpcgen/rpc_svcout.c
394
ptype(proc->args.decls->decl.prefix,
usr.bin/rpcgen/rpc_svcout.c
417
ptype(proc->res_prefix, proc->res_type, 0);
usr.bin/rpcgen/rpc_svcout.c
79
ptype(plist->res_prefix, plist->res_type, 1);
usr.bin/rpcgen/rpc_tblout.c
165
ptype(prefix, type, 0);
usr.bin/rpcgen/rpc_util.h
173
void ptype(const char *, const char *, int);
usr.sbin/btconfig/btconfig.c
131
static uint32_t ptype;
usr.sbin/btconfig/btconfig.c
185
{ "ptype", P_HEX, &opt_ptype, &ptype },
usr.sbin/btconfig/btconfig.c
520
btr.btr_packet_type = ptype;
usr.sbin/btconfig/btconfig.c
687
ptype = btr.btr_packet_type;
usr.sbin/btconfig/btconfig.c
688
width = printf("\tptype: [0x%04x]", ptype);
usr.sbin/btconfig/btconfig.c
689
if (ptype & HCI_PKT_DM1) tag("DM1");
usr.sbin/btconfig/btconfig.c
690
if (ptype & HCI_PKT_DH1) tag("DH1");
usr.sbin/btconfig/btconfig.c
691
if (ptype & HCI_PKT_DM3) tag("DM3");
usr.sbin/btconfig/btconfig.c
692
if (ptype & HCI_PKT_DH3) tag("DH3");
usr.sbin/btconfig/btconfig.c
693
if (ptype & HCI_PKT_DM5) tag("DM5");
usr.sbin/btconfig/btconfig.c
694
if (ptype & HCI_PKT_DH5) tag("DH5");
usr.sbin/btconfig/btconfig.c
695
if ((ptype & HCI_PKT_2MBPS_DH1) == 0) tag("2-DH1");
usr.sbin/btconfig/btconfig.c
696
if ((ptype & HCI_PKT_3MBPS_DH1) == 0) tag("3-DH1");
usr.sbin/btconfig/btconfig.c
697
if ((ptype & HCI_PKT_2MBPS_DH3) == 0) tag("2-DH3");
usr.sbin/btconfig/btconfig.c
698
if ((ptype & HCI_PKT_3MBPS_DH3) == 0) tag("3-DH3");
usr.sbin/btconfig/btconfig.c
699
if ((ptype & HCI_PKT_2MBPS_DH5) == 0) tag("2-DH5");
usr.sbin/btconfig/btconfig.c
700
if ((ptype & HCI_PKT_3MBPS_DH5) == 0) tag("3-DH5");