Home
last modified time | relevance | path

Searched refs:prim (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in170 10:d=3 hl=2 l= 1 prim: INTEGER :02
171 13:d=2 hl=2 l= 1 prim: INTEGER :00
173 18:d=3 hl=2 l= 9 prim: OBJECT :md5WithRSAEncryption
174 29:d=3 hl=2 l= 0 prim: NULL
178 37:d=5 hl=2 l= 3 prim: OBJECT :countryName
179 42:d=5 hl=2 l= 2 prim: PRINTABLESTRING :AU
182 601:d=2 hl=2 l= 9 prim: OBJECT :md5WithRSAEncryption
183 612:d=2 hl=2 l= 0 prim: NULL
184 614:d=1 hl=3 l= 129 prim: BIT STRING
201 4:d=2 hl=2 l= 8 prim: OBJECT :md5
[all …]
H A Dopenssl-asn1parse.pod.in123 229:d=3 hl=3 l= 141 prim: BIT STRING
127 381:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Subject Key Identifier
128 386:d=5 hl=2 l= 22 prim: OCTET STRING
130 412:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Authority Key Identifier
131 417:d=5 hl=2 l= 105 prim: OCTET STRING
151 …3:d=1 hl=3 l= 129 prim: INTEGER :E5D21E1F5C8D208EA7A2166C7FAF9F6BDF2059669C60876DDB7084…
152 135:d=1 hl=2 l= 3 prim: INTEGER :010001
/freebsd/crypto/heimdal/lib/asn1/
H A Dtemplate.c49 static struct asn1_type_func prim[] = { variable
305 if (type >= sizeof(prim)/sizeof(prim[0])) { in _asn1_decode()
310 ret = (prim[type].decode)(p, len, el, &newsize); in _asn1_decode()
518 if (type > sizeof(prim)/sizeof(prim[0])) { in _asn1_encode()
523 ret = (prim[type].encode)(p, len, el, &newsize); in _asn1_encode()
752 if (type > sizeof(prim)/sizeof(prim[0])) { in _asn1_length()
756 ret += (prim[typ in _asn1_length()
[all...]
/freebsd/sbin/ipf/ipsend/
H A Ddlcommon.c494 expecting(int prim, union DL_primitives *dlp) in expecting() argument
496 if (dlp->dl_primitive != (u_long)prim) { in expecting()
498 err("expected %s got %s", dlprim(prim), in expecting()
1074 dlprim(u_long prim) in dlprim() argument
1078 switch ((int)prim) { in dlprim()
1107 (void) snprintf(primbuf, sizeof(primbuf), "unknown primitive 0x%x", prim); in dlprim()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.td48 Models a parenthesized expression `(E)`. C++ [expr.prim.paren]
166 C++ [expr.prim.id]
199 Models a this expression `this`. C++ [expr.prim.this]
/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c1369 dlprim(char *primbuf, size_t primbufsize, bpf_u_int32 prim) argument
1371 switch (prim) {
1456 prim);
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod235 0:d=0 hl=2 l= 4 prim: OBJECT :newoid1
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td86 "Acceleration library; provide it via '--hipstdpar-prim-path'">;
/freebsd/share/dict/
H A Dweb2a42778 prim-behaving
42787 prim-lipped
42788 prim-looking
42789 prim-mannered
42790 prim-mouthed
42791 prim-notioned
42807 prim-seeming
H A Dweb2155696 prim
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1403 def hipstdpar_prim_path_EQ : Joined<["--"], "hipstdpar-prim-path=">,