| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | quoprint.c | 251 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()
|
| H A D | base64.c | 472 svn_stringbuf_t *decoded; in decode_data() local 477 decoded = svn_stringbuf_create_empty(db->scratch_pool); in decode_data() 478 decode_bytes(decoded, data, *len, db->buf, &db->buflen, &db->done); in decode_data() 481 declen = decoded->len; in decode_data() 483 err = svn_stream_write(db->output, decoded->data, &declen); in decode_data() 523 svn_stringbuf_t *decoded = svn_stringbuf_create_empty(pool); in svn_base64_decode_string() local 528 decode_bytes(decoded, str->data, str->len, ingroup, &ingrouplen, &done); in svn_base64_decode_string() 529 return svn_stringbuf__morph_into_string(decoded); in svn_base64_decode_string()
|
| /freebsd-12.1/contrib/wpa/src/wps/ |
| H A D | upnp_xml.c | 229 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-12.1/contrib/libevent/sample/ |
| H A D | http-server.c | 164 struct evhttp_uri *decoded = NULL; in send_document_cb() local 180 decoded = evhttp_uri_parse(uri); in send_document_cb() 181 if (!decoded) { in send_document_cb() 188 path = evhttp_uri_get_path(decoded); in send_document_cb() 313 if (decoded) in send_document_cb() 314 evhttp_uri_free(decoded); in send_document_cb()
|
| /freebsd-12.1/contrib/apr/encoding/ |
| H A D | apr_escape.c | 211 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-12.1/contrib/wpa/src/eap_server/ |
| H A D | tncs.c | 669 unsigned char *decoded; in tncs_get_base64() local 684 if (decoded == NULL) { in tncs_get_base64() 688 return decoded; in tncs_get_base64() 783 unsigned char *decoded; in tncs_process_if_tnccs() local 862 if (decoded == NULL) { in tncs_process_if_tnccs() 870 os_free(decoded); in tncs_process_if_tnccs() 908 decoded = NULL; in tncs_process_if_tnccs() 924 if (decoded == NULL) { in tncs_process_if_tnccs() 931 if (decoded) { in tncs_process_if_tnccs() 934 decoded, decoded_len); in tncs_process_if_tnccs() [all …]
|
| /freebsd-12.1/contrib/wpa/src/eap_peer/ |
| H A D | tncc.c | 620 unsigned char *decoded; in tncc_get_base64() local 635 if (decoded == NULL) { in tncc_get_base64() 639 return decoded; in tncc_get_base64() 691 unsigned char *decoded; in tncc_process_if_tnccs() local 774 if (decoded == NULL) { in tncc_process_if_tnccs() 782 os_free(decoded); in tncc_process_if_tnccs() 820 decoded = NULL; in tncc_process_if_tnccs() 836 if (decoded == NULL) { in tncc_process_if_tnccs() 843 if (decoded) { in tncc_process_if_tnccs() 846 decoded, decoded_len); in tncc_process_if_tnccs() [all …]
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl_txrx.c | 614 struct i40e_rx_ptype_decoded decoded; in ixl_ptype_to_hash() local 616 decoded = decode_rx_desc_ptype(ptype); in ixl_ptype_to_hash() 618 if (!decoded.known) in ixl_ptype_to_hash() 621 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_L2) in ixl_ptype_to_hash() 625 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) { in ixl_ptype_to_hash() 626 switch (decoded.inner_prot) { in ixl_ptype_to_hash() 636 switch (decoded.inner_prot) { in ixl_ptype_to_hash() 743 struct i40e_rx_ptype_decoded decoded; in ixl_rx_checksum() local 751 decoded = decode_rx_desc_ptype(ptype); in ixl_rx_checksum() 754 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_IP && in ixl_rx_checksum() [all …]
|
| /freebsd-12.1/contrib/bearssl/inc/ |
| H A D | bearssl_x509.h | 944 unsigned char decoded; member 1019 if (ctx->decoded && ctx->err == 0) { in br_x509_decoder_get_pkey() 1042 if (!ctx->decoded) { in br_x509_decoder_last_error()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | log.c | 163 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-12.1/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 392 - Previous decoded data, up to a distance of `Window_Size`, 505 to generate the decoded literals. 555 When all _sequences_ are decoded, 668 The match length is equal to the decoded `Baseline` plus 744 decoded previously from their normalized distribution. 756 These sequences are decoded in order from first to last. 825 Once literals and sequences have been decoded, 842 Note that all offsets leading to previously decoded data 965 - Value decoded : small values use 1 less bit : 974 | Value read | Value decoded | Number of bits used | [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | CMS_get1_ReceiptRequest.pod | 36 any is found it is decoded and written to B<prr>. 60 decoded. It returns 0 if a signed receipt request is not present and -1 if
|
| H A D | EVP_EncodeInit.pod | 83 be encoded or decoded that are pending in the B<ctx> object. 126 the data decoded or -1 on error. 146 EVP_DecodeBlock() returns the length of the data decoded or -1 on error.
|
| H A D | PEM_read.pod | 50 The final B<data> buffer is typically an ASN.1 object which can be decoded with 59 are returned in B<header> and the base64-decoded content and its length are
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 6 decoded: 1 113 decoded: [cat, 9, 126 decoded: [1, 2, 3] 144 decoded: 615 decoded: 626 decoded: 5 632 decoded: 9 638 decoded: 25 644 decoded: 101 650 decoded: 101 [all …]
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | ppro.md | 58 ;; 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.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | zynq-zc770-xm012.dts | 59 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm011.dts | 53 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm013.dts | 64 is-decoded-cs = <0>;
|
| H A D | zynq-zc770-xm010.dts | 70 is-decoded-cs = <0>;
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshkey.c | 3510 struct sshbuf *encoded = NULL, *decoded = NULL; in sshkey_parse_private2() local 3523 (decoded = sshbuf_new()) == NULL || in sshkey_parse_private2() 3569 if (sshbuf_len(decoded) < sizeof(AUTH_MAGIC) || in sshkey_parse_private2() 3575 if ((r = sshbuf_consume(decoded, sizeof(AUTH_MAGIC))) != 0 || in sshkey_parse_private2() 3578 (r = sshbuf_froms(decoded, &kdf)) != 0 || in sshkey_parse_private2() 3579 (r = sshbuf_get_u32(decoded, &nkeys)) != 0 || in sshkey_parse_private2() 3580 (r = sshbuf_skip_string(decoded)) != 0 || /* pubkey */ in sshkey_parse_private2() 3581 (r = sshbuf_get_u32(decoded, &encrypted_len)) != 0) in sshkey_parse_private2() 3635 if (sshbuf_len(decoded) < encrypted_len + authlen) { in sshkey_parse_private2() 3655 if (sshbuf_len(decoded) != 0) { in sshkey_parse_private2() [all …]
|
| /freebsd-12.1/contrib/bearssl/src/x509/ |
| H A D | x509_decoder.t0 | 62 addr: decoded 148 0 addr-decoded set8 316 1 addr-decoded set8
|
| H A D | x509_minimal.t0 | 36 * decoded, there are no trailing bytes. 39 * decoded. 49 * the T0 code properly decoded a certificate. 59 * -- Each certificate is decoded in due course, with the following 93 * -- Public key: it is decoded into the cert_pkey[] buffer. Unknown 104 * decoded public key. Failure here ends validation with an error. 133 * certificate is decoded. A failure is reported if that algorithm 678 \ If the value could be decoded as a string, 891 \ Verify RSA signature. This uses the public key that was just decoded 908 \ Verify ECDSA signature. This uses the public key that was just decoded
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 650 String decoded = getString(newobj); in performBeanTest() local 651 System.out.println(" decoded: " + decoded); in performBeanTest() 654 if (!encoded.equals(decoded)) { in performBeanTest()
|
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | ctl.h | 194 uint64_t ctl_encode_lun(uint32_t decoded);
|