Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dquoprint.c251 svn_stringbuf_t *decoded; in decode_data() local
257 decoded = svn_stringbuf_create_empty(subpool); in decode_data()
258 decode_bytes(decoded, data, *len, db->buf, &db->buflen); in decode_data()
261 declen = decoded->len; in decode_data()
263 err = svn_stream_write(db->output, decoded->data, &declen); in decode_data()
303 svn_stringbuf_t *decoded = svn_stringbuf_create_empty(pool); in svn_quoprint_decode_string() local
307 decode_bytes(decoded, str->data, str->len, ingroup, &ingrouplen); in svn_quoprint_decode_string()
308 return decoded; in svn_quoprint_decode_string()
Dbase64.c466 svn_stringbuf_t *decoded; in decode_data() local
471 decoded = svn_stringbuf_create_empty(db->scratch_pool); in decode_data()
472 decode_bytes(decoded, data, *len, db->buf, &db->buflen, &db->done); in decode_data()
475 declen = decoded->len; in decode_data()
477 err = svn_stream_write(db->output, decoded->data, &declen); in decode_data()
517 svn_stringbuf_t *decoded = svn_stringbuf_create_empty(pool); in svn_base64_decode_string() local
522 decode_bytes(decoded, str->data, str->len, ingroup, &ingrouplen, &done); in svn_base64_decode_string()
523 return svn_stringbuf__morph_into_string(decoded); in svn_base64_decode_string()
/freebsd-10-stable/contrib/wpa/src/wps/
Dupnp_xml.c229 unsigned char *decoded; in xml_get_base64_item() local
238 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len); in xml_get_base64_item()
240 if (decoded == NULL) { in xml_get_base64_item()
245 buf = wpabuf_alloc_ext_data(decoded, len); in xml_get_base64_item()
247 os_free(decoded); in xml_get_base64_item()
/freebsd-10-stable/contrib/apr/encoding/
Dapr_escape.c211 char decoded; in apr_unescape_url() local
212 decoded = x2c(s + 1); in apr_unescape_url()
213 if ((decoded == '\0') in apr_unescape_url()
214 || (forbid && strchr(forbid, decoded))) { in apr_unescape_url()
216 *d = decoded; in apr_unescape_url()
220 else if (reserved && strchr(reserved, decoded)) { in apr_unescape_url()
227 *d = decoded; in apr_unescape_url()
251 char decoded; in apr_unescape_url() local
252 decoded = x2c(s + 1); in apr_unescape_url()
253 if ((decoded == '\0') in apr_unescape_url()
[all …]
/freebsd-10-stable/contrib/wpa/src/eap_server/
Dtncs.c737 unsigned char *decoded; in tncs_get_base64() local
749 decoded = base64_decode((unsigned char *) pos, os_strlen(pos), in tncs_get_base64()
752 if (decoded == NULL) { in tncs_get_base64()
756 return decoded; in tncs_get_base64()
851 unsigned char *decoded; in tncs_process_if_tnccs() local
931 decoded = tncs_get_base64(start, &decoded_len); in tncs_process_if_tnccs()
932 if (decoded == NULL) { in tncs_process_if_tnccs()
938 tncs_send_to_imvs(tncs, type, decoded, decoded_len); in tncs_process_if_tnccs()
940 os_free(decoded); in tncs_process_if_tnccs()
978 decoded = NULL; in tncs_process_if_tnccs()
[all …]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
Dtncc.c668 unsigned char *decoded; in tncc_get_base64() local
680 decoded = base64_decode((unsigned char *) pos, os_strlen(pos), in tncc_get_base64()
683 if (decoded == NULL) { in tncc_get_base64()
687 return decoded; in tncc_get_base64()
739 unsigned char *decoded; in tncc_process_if_tnccs() local
821 decoded = tncc_get_base64(start, &decoded_len); in tncc_process_if_tnccs()
822 if (decoded == NULL) { in tncc_process_if_tnccs()
828 tncc_send_to_imcs(tncc, type, decoded, decoded_len); in tncc_process_if_tnccs()
830 os_free(decoded); in tncc_process_if_tnccs()
868 decoded = NULL; in tncc_process_if_tnccs()
[all …]
/freebsd-10-stable/sys/dev/ixl/
Dixl_txrx.c1445 struct i40e_rx_ptype_decoded decoded; in ixl_ptype_to_hash() local
1448 decoded = decode_rx_desc_ptype(ptype); in ixl_ptype_to_hash()
1449 ex = decoded.outer_frag; in ixl_ptype_to_hash()
1451 if (!decoded.known) in ixl_ptype_to_hash()
1454 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_L2) in ixl_ptype_to_hash()
1458 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) { in ixl_ptype_to_hash()
1459 switch (decoded.inner_prot) { in ixl_ptype_to_hash()
1477 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) { in ixl_ptype_to_hash()
1478 switch (decoded.inner_prot) { in ixl_ptype_to_hash()
1759 struct i40e_rx_ptype_decoded decoded; in ixl_rx_checksum() local
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dlog.c163 const svn_string_t *decoded; in collect_revprop() local
176 decoded = svn_base64_decode_string(cdata, result_pool); in collect_revprop()
180 decoded = svn_string_dup(cdata, result_pool); in collect_revprop()
184 svn_hash_sets(revprops, propname, decoded); in collect_revprop()
/freebsd-10-stable/crypto/openssl/doc/crypto/
DCMS_get1_ReceiptRequest.pod30 any is found it is decoded and written to B<prr>.
54 decoded. It returns 0 if a signed receipt request is not present and -1 if
DBIO_f_base64.pod55 Read Base64 encoded data from standard input and write the decoded
Dd2i_PrivateKey.pod23 B<EVP_PKEY_RSA>. An error occurs if the decoded key does not match B<type>.
DBIO_push.pod52 direction, that is data is read from B<f>, base64 B<decoded> and digested
DEVP_EncodeInit.pod109 the data decoded or -1 on error.
121 EVP_DecodeBlock() returns the length of the data decoded or -1 on error.
Decdsa.pod73 the decoded signature in a newly allocated B<ECDSA_SIG> structure.
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
Dtst.Bean.ksh.out6 decoded: 1
33 decoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
76decoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o…
113 decoded: [cat, 9,
126 decoded: [1, 2, 3]
144 decoded:
154decoded: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distribution$…
160decoded: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.op…
166 decoded: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s]
172decoded: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal = …
[all …]
/freebsd-10-stable/contrib/gcc/config/i386/
Dppro.md58 ;; particular how many cycles they take to be decoded.
77 ;; - an instruction with 1 uop can be decoded by any of the three
79 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
81 ;; - a complex (microcode) instruction can also only be decoded by
96 ;; Most instructions can be decoded on any of the three decoders.
134 ;; they can only be decoded on decoder0. Modelling their latencies
136 ;; executed in the core. So we just model that they can only be decoded
735 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
744 ;; so they have to be decoded on decoder0.
758 ;; decoded on decoder0 as well.
Dk6.md64 ;; can be decoded in two parallel short decoders, or one complex instruction can
65 ;; be decoded in either the long or the vector decoder. For all practical
Dathlon.md53 ;; Model the fact that double decoded instruction may take 2 cycles
55 ;; is used (this is needed to allow troughput of 1.5 double decoded
60 ;; and only double decoded instruction may occupy unit in the first cycle.
64 ;; too. Vector decoded instructions then can't be issued when
514 ;; fcomi is vector decoded by uses only one pipe.
865 ;; cvtps2pd. Model same way the other double decoded FP conversions.
930 ;; cvtsi2sd reg,reg is double decoded (vector on Athlon)
/freebsd-10-stable/crypto/openssh/
Dsshkey.c3184 struct sshbuf *encoded = NULL, *decoded = NULL; in sshkey_parse_private2() local
3198 (decoded = sshbuf_new()) == NULL || in sshkey_parse_private2()
3240 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0) in sshkey_parse_private2()
3244 if (sshbuf_len(decoded) < sizeof(AUTH_MAGIC) || in sshkey_parse_private2()
3245 memcmp(sshbuf_ptr(decoded), AUTH_MAGIC, sizeof(AUTH_MAGIC))) { in sshkey_parse_private2()
3250 if ((r = sshbuf_consume(decoded, sizeof(AUTH_MAGIC))) != 0 || in sshkey_parse_private2()
3251 (r = sshbuf_get_cstring(decoded, &ciphername, NULL)) != 0 || in sshkey_parse_private2()
3252 (r = sshbuf_get_cstring(decoded, &kdfname, NULL)) != 0 || in sshkey_parse_private2()
3253 (r = sshbuf_froms(decoded, &kdf)) != 0 || in sshkey_parse_private2()
3254 (r = sshbuf_get_u32(decoded, &nkeys)) != 0 || in sshkey_parse_private2()
[all …]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
DTestBean.java650 String decoded = getString(newobj); in performBeanTest() local
651 System.out.println(" decoded: " + decoded); in performBeanTest()
654 if (!encoded.equals(decoded)) { in performBeanTest()
/freebsd-10-stable/sys/cam/ctl/
Dctl.h188 uint64_t ctl_encode_lun(uint32_t decoded);
/freebsd-10-stable/sys/contrib/xz-embedded/linux/Documentation/
Dxz.txt58 when encoding files that are supposed to be decoded by the kernel. With
72 dictionaries cannot be used for files that are intended to be decoded
/freebsd-10-stable/contrib/bsnmp/snmpd/
Dmain.c511 goto decoded; in snmp_input_start()
516 goto decoded; in snmp_input_start()
519 goto decoded; in snmp_input_start()
521 goto decoded; in snmp_input_start()
525 decoded: in snmp_input_start()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetItinerary.td87 // in the class are decoded to. If the number is zero, then it means the
/freebsd-10-stable/sys/amd64/include/
Dvmm.h509 uint8_t decoded; /* set to 1 if successfully decoded */ member

123