Searched refs:encoded (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Duuencode.c38 * Encode binary 'src' of length 'srclength', writing base64-encoded text
51 * Decode base64-encoded 'src' into buffer 'target' of 'targsize' bytes.
59 char *encoded, *p; local
62 encoded = xstrdup(src);
64 for (p = encoded; *p == ' ' || *p == '\t'; p++)
70 len = __b64_pton(encoded, target, targsize);
71 xfree(encoded);
H A Dhostfile.c91 debug2("extract_salt: bad encoded salt length %u", b64len);
119 static char encoded[1024]; local
144 snprintf(encoded, sizeof(encoded), "%s%s%c%s", HASH_MAGIC, uu_salt,
147 return (encoded);
H A Dssh-keygen.c507 char encoded[8096]; local
513 encoded[0] = '\0';
532 strlcat(encoded, line, sizeof(encoded));
534 len = strlen(encoded);
536 (encoded[len-1] == '=') &&
537 (encoded[len-2] == '=') &&
538 (encoded[len-3] == '='))
539 encoded[len-3] = '\0';
540 blen = uudecode(encoded, blo
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Didn-lookup.c67 char encoded[1024]; local
91 ep = encoded;
98 len = sizeof(encoded) - (ep - encoded);
110 printf("Converted \"%s\" into \"%s\"\n", name, encoded);
114 ret = getaddrinfo(encoded, NULL, &hints, &ai);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.cpp344 std::string encoded = ""; local
349 url << "[" << this->percentEncode(m_Host, encoded) << "]";
351 url << this->percentEncode(m_Host, encoded, PCT_ENCFLAG_SLASH);
359 encoded = "";
361 this->percentEncode( m_DN, encoded );
362 url << encoded; local
371 this->percentEncode( *i, encoded );
377 url << encoded; local
392 this->percentEncode( m_Filter, encoded );
393 url << qm << "?" << encoded; local
411 url << encoded; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-device.h294 /* Address/size specs for devices are encoded following a convention
334 const char *encoded,
337 #define hw_unit_decode(bus, encoded, unit) \
338 ((bus)->to_unit_decode (bus, encoded, unit))
346 char *encoded,
349 #define hw_unit_encode(bus, unit, encoded, sizeof_encoded) \
350 ((bus)->to_unit_encode (bus, unit, encoded, sizeof_encoded))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.c40 strnsave(const char *s, int n, unsigned encoded) argument
50 if (encoded) {
230 mj_snprint(char *buf, size_t size, mj_t *atom, int encoded) argument
247 if (encoded) {
281 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i], encoded);
290 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i], encoded);
292 cc += mj_snprint(&buf[cc], size - cc, &atom->value.v[i + 1], encoded);
306 mj_asprint(char **buf, mj_t *atom, int encoded) argument
314 return mj_snprint(*buf, (unsigned)(size + 1), atom, encoded) + 1;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig_file.c196 unsigned char *encoded = NULL, *nencoded; local
210 nencoded = os_realloc(encoded, encoded_len + len);
214 os_free(encoded);
217 encoded = nencoded;
218 os_memcpy(encoded + encoded_len, pos, len);
225 os_free(encoded);
231 os_free(encoded);
235 blob->data = base64_decode(encoded, encoded_len, &blob->len);
236 os_free(encoded);
813 unsigned char *encoded; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c591 const BYTE *encoded; member in struct:encodedInt
598 const BYTE *encoded; member in struct:encodedBigInt
618 buf[1], ints[i].encoded[1]);
627 (winetest_set_location("encode.c", 187), 0) ? 0 : winetest_ok(buf[1] == bigUInts[i].encoded[1], "Got length %d, expected %d\n",
628 buf[1], bigUInts[i].encoded[1]);
629 (winetest_set_location("encode.c", 189), 0) ? 0 : winetest_ok(!memcmp(buf + 1, bigUInts[i].encoded + 1,
630 bigUInts[i].encoded[1] + 1),
642 ret = CryptDecodeObjectEx(3, ((LPCSTR)27), (BYTE *)&ints[0].encoded,
643 ints[0].encoded[1] + 2, 0, ((void *)0), ((void *)0), &bufSize);
970 const BYTE *encoded; member in struct:encodedBits
1151 const BYTE *encoded; member in struct:encodedPublicKey
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dwps_er.c805 unsigned char *encoded; local
810 encoded = base64_encode(wpabuf_head(msg), wpabuf_len(msg),
812 if (encoded == NULL)
815 encoded = NULL;
821 os_free(encoded);
845 if (encoded) {
847 arg_name, (char *) encoded, arg_name);
848 os_free(encoded);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dada-lang.c788 /* Table of Ada operators and their GNAT-encoded names. Last entry is pair
816 /* The "encoded" form of DECODED, according to GNAT conventions.
846 mapping->encoded != NULL
850 if (mapping->encoded == NULL)
852 strcpy (encoding_buffer + k, mapping->encoded);
853 k += strlen (mapping->encoded);
914 ada_remove_trailing_digits (const char *encoded, int *len)
916 if (*len > 1 && isdigit (encoded[*len - 1]))
920 while (i > 0 && isdigit (encoded[i]))
922 if (i >= 0 && encoded[
911 ada_remove_trailing_digits(const char *encoded, int *len) argument
934 ada_remove_po_subprogram_suffix(const char *encoded, int *len) argument
955 ada_remove_Xbn_suffix(const char *encoded, int *len) argument
981 ada_decode(const char *encoded) argument
1280 ada_la_decode(const char *encoded, int options) argument
5360 symbol_completion_match(const char *sym_name, const char *text, int text_len, int wild_match, int encoded) argument
5502 int encoded; member in struct:add_partial_datum
5525 int encoded; local
[all...]
H A Dada-lang.h69 /* Corresponding encoded/decoded names and opcodes for Ada user-definable
73 const char *encoded; member in struct:ada_opname_map
78 /* Table of Ada operators in encoded and decoded forms. */
H A Dada-exp.y798 for (i = 0; ada_opname_table[i].encoded != NULL; i += 1)
856 * encoded by RENAMING_EXPR. MAX_DEPTH is the maximum number of
859 * symbol that originally encoded the renaming. It is needed only
1155 /* Write a variable access (OP_VAR_VALUE) to ambiguous encoded name
1246 or renaming encoded in the debugging data. Calls error if no
H A Dada-exp.c2490 for (i = 0; ada_opname_table[i].encoded != NULL; i += 1)
2548 * encoded by RENAMING_EXPR. MAX_DEPTH is the maximum number of
2551 * symbol that originally encoded the renaming. It is needed only
2847 /* Write a variable access (OP_VAR_VALUE) to ambiguous encoded name
2938 or renaming encoded in the debugging data. Calls error if no
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dreloc-bad-3.s4 # encoded literally for ADDA, and divisbility checks for offsets from
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Ddivmodsi4.asm41 // Note that R9 is encoded with a pattern which indicates
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dcmds.c549 * Encode len bytes starting at clear using base64 encoding into encoded,
555 base64_encode(const char *clear, size_t len, char *encoded, int nulterm) argument
566 e = encoded;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-bfd.h1145 /* This function returns an encoding after computing the encoded
1153 bfd_vma *encoded);
1725 asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded);
H A Delf-eh-frame.c1734 [encoded] eh_frame_ptr (pointer to start of .eh_frame section)
1736 [encoded] fde_count (total number of FDEs in .eh_frame section)
1737 fde_count x [encoded] initial_loc, fde
1738 (array of encoded pairs containing
1846 bfd_vma *encoded)
1848 *encoded = osec->vma + offset -
1842 _bfd_elf_encode_eh_address(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *osec, bfd_vma offset, asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded) argument
H A Delflink.c7467 limited to those sorts of expressions normally encoded as addends in the
7871 unsigned long encoded)
7873 * start = encoded & 0x3F;
7874 * len = (encoded >> 6) & 0x3F;
7875 * oplen = (encoded >> 12) & 0x3F;
7876 * wordsz = (encoded >> 18) & 0xF;
7877 * chunksz = (encoded >> 22) & 0xF;
7878 * lsb0_p = (encoded >> 27) & 1;
7879 * signed_p = (encoded >> 28) & 1;
7880 * trunc_p = (encoded >> 2
7851 decode_complex_addend(unsigned long *start, unsigned long *oplen, unsigned long *len, unsigned long *wordsz, unsigned long *chunksz, unsigned long *lsb0_p, unsigned long *signed_p, unsigned long *trunc_p, unsigned long encoded) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-bfd.h1152 /* This function returns an encoding after computing the encoded
1160 bfd_vma *encoded);
1732 asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded);
H A Delf-eh-frame.c1734 [encoded] eh_frame_ptr (pointer to start of .eh_frame section)
1736 [encoded] fde_count (total number of FDEs in .eh_frame section)
1737 fde_count x [encoded] initial_loc, fde
1738 (array of encoded pairs containing
1846 bfd_vma *encoded)
1848 *encoded = osec->vma + offset -
1842 _bfd_elf_encode_eh_address(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *osec, bfd_vma offset, asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded) argument
H A Delflink.c7449 limited to those sorts of expressions normally encoded as addends in the
7853 unsigned long encoded)
7855 * start = encoded & 0x3F;
7856 * len = (encoded >> 6) & 0x3F;
7857 * oplen = (encoded >> 12) & 0x3F;
7858 * wordsz = (encoded >> 18) & 0xF;
7859 * chunksz = (encoded >> 22) & 0xF;
7860 * lsb0_p = (encoded >> 27) & 1;
7861 * signed_p = (encoded >> 28) & 1;
7862 * trunc_p = (encoded >> 2
7833 decode_complex_addend(unsigned long *start, unsigned long *oplen, unsigned long *len, unsigned long *wordsz, unsigned long *chunksz, unsigned long *lsb0_p, unsigned long *signed_p, unsigned long *trunc_p, unsigned long encoded) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dfetch.c232 * Encode len bytes starting at clear using base64 encoding into encoded,
236 base64_encode(const unsigned char *clear, size_t len, unsigned char *encoded) argument
243 cp = encoded;
397 * Check if thost is an encoded IPv6 address, as per
1521 * name (not encoded in any way) and we can change
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dsqr_basecase.asm362 dnl This value is also implicitly encoded in a shift and add.

Completed in 558 milliseconds

12