| /titanic_53/usr/src/common/crypto/modes/ |
| H A D | ccm.c | 711 encode_adata_len(ulong_t auth_data_len, uint8_t *encoded, size_t *encoded_len) in encode_adata_len() argument 723 encoded[0] = (auth_data_len & 0xff00) >> 8; in encode_adata_len() 724 encoded[1] = auth_data_len & 0xff; in encode_adata_len() 730 encoded[0] = 0xff; in encode_adata_len() 731 encoded[1] = 0xfe; in encode_adata_len() 733 lencoded_ptr = (uint32_t *)(void *)&encoded[2]; in encode_adata_len() 736 encoded[2] = (auth_data_len & 0xff000000) >> 24; in encode_adata_len() 737 encoded[3] = (auth_data_len & 0xff0000) >> 16; in encode_adata_len() 738 encoded[4] = (auth_data_len & 0xff00) >> 8; in encode_adata_len() 739 encoded[5] = auth_data_len & 0xff; in encode_adata_len() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/fdt/dts/ |
| H A D | bindings-localbus.txt | 12 Value type: <prop-encoded-array> encoded as arbitrary number of localbus 63 Value type: <prop-encoded-array>
|
| H A D | bindings-gpio.txt | 55 Value type: <prop-encoded-array> encoded as arbitrary number of GPIO
|
| /titanic_53/usr/src/lib/print/libpapi-ipp/common/ |
| H A D | ipp-support.c | 423 char encoded[BUFSIZ]; in setAuthString() local 457 httpEncode64(encoded, plain); in setAuthString() 459 "Basic %s", encoded); in setAuthString() 482 md5_calc(encoded, line, strlen(line)); in setAuthString() 487 encoded); in setAuthString()
|
| /titanic_53/usr/src/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 5 encoded: 1 25 encoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 65 …encoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 105 encoded: [cat, 9, 125 encoded: [1, 2, 3] 139 encoded: 153 …encoded: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distribution$… 159 …encoded: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.op… 165 …encoded: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distribution$… 171 encoded: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s] [all …]
|
| /titanic_53/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 687 String encoded = getString(obj); in performBeanTest() local 688 System.out.println(" encoded: " + encoded); in performBeanTest() 697 if (!encoded.equals(decoded)) { in performBeanTest()
|
| /titanic_53/usr/src/boot/lib/libz/doc/ |
| H A D | rfc1951.txt | 319 an encoded string unambiguously symbol-by-symbol. 354 A parser can decode the next symbol from an encoded input 591 As noted above, encoded data blocks in the "deflate" format 717 code is used, it is encoded using one bit, not zero bits; in 745 encoded using the code length Huffman code 748 encoded using the code length Huffman code 751 encoded using the literal/length and distance Huffman 755 encoded using the literal/length Huffman code
|
| H A D | txtvsbin.txt | 84 results on a text encoded, say, using ISO-8859-16 versus UTF-8.)
|
| /titanic_53/usr/src/lib/libkmf/ber_der/common/ |
| H A D | clasn1.c | 512 DerDecodeDSASignature(KMF_DATA *encoded, KMF_DATA *signature) in DerDecodeDSASignature() argument 519 buf.bv_val = (char *)encoded->Data; in DerDecodeDSASignature() 520 buf.bv_len = encoded->Length; in DerDecodeDSASignature() 522 if (encoded == NULL || encoded->Data == NULL || in DerDecodeDSASignature() 596 DerDecodeECDSASignature(KMF_DATA *encoded, KMF_DATA *signature) in DerDecodeECDSASignature() argument 599 return (DerDecodeDSASignature(encoded, signature)); in DerDecodeECDSASignature()
|
| /titanic_53/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
| H A D | nss_spi.c | 1087 KMF_DATA *encoded) in NSS_EncodePubKeyData() argument 1094 if (keyp == NULL || encoded == NULL || keyp->keyp == NULL) in NSS_EncodePubKeyData() 1106 encoded->Data = malloc(rvitem->len); in NSS_EncodePubKeyData() 1107 if (encoded->Data == NULL) { in NSS_EncodePubKeyData() 1110 (void) memcpy(encoded->Data, rvitem->data, rvitem->len); in NSS_EncodePubKeyData() 1111 encoded->Length = rvitem->len; in NSS_EncodePubKeyData() 1116 encoded->Data = NULL; in NSS_EncodePubKeyData() 1117 encoded->Length = 0; in NSS_EncodePubKeyData()
|
| /titanic_53/usr/src/cmd/cmd-inet/etc/ppp/ |
| H A D | pap-secrets | 45 # After the password, which may be a crypt(3c) encoded password when acting
|
| /titanic_53/usr/src/lib/libscf/common/ |
| H A D | scf_tmpl.c | 4166 char *encoded = NULL; in _make_value_name() local 4170 encoded = malloc(sz); in _make_value_name() 4171 if (name == NULL || encoded == NULL) { in _make_value_name() 4174 free(encoded); in _make_value_name() 4178 if (scf_encode32(value, strlen(value), encoded, sz, NULL, in _make_value_name() 4186 if (strlcat(name, encoded, sz) >= sz) { in _make_value_name() 4189 free(encoded); in _make_value_name() 4196 free(encoded); in _make_value_name() 4203 free(encoded); in _make_value_name() 4210 free(encoded); in _make_value_name() [all …]
|
| /titanic_53/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kerberos.ldif | 344 ##### The attribute is ASN.1 encoded. 446 ##### The attribute is ASN.1 encoded. 500 ##### This attribute is ASN.1 encoded.
|
| /titanic_53/usr/src/lib/libdhcputil/ |
| H A D | README.inittab | 238 pointer to a dynamically allocated byte-array representing the encoded 247 For inittab_decode(), `data' is a byte-array representing an encoded
|
| /titanic_53/usr/src/cmd/file/ |
| H A D | magic | 422 >20 long 2 run-length byte encoded image 432 >23 long 2 run-length byte encoded image
|
| /titanic_53/usr/src/lib/libsqlite/src/ |
| H A D | sqlite.h.in | 45 ** UTF-8 encoded data. The SQLITE_ISO8859 macro is defined if the 46 ** iso8859 encoded should be used. 846 ** The return value is the number of characters in the encoded
|
| /titanic_53/usr/src/uts/common/smbsrv/ndl/ |
| H A D | rpcpdu.ndl | 264 * This header comes before the NDR-encoded KERB_VALIDATION_INFO structure,
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | magic.tab | 1389 0 string \357\273\277 utf-8 encoded text application/x-iconv 1390 0 string \376\377 utf-16 encoded text application/x-iconv 1391 0 string \377\376 utf-16 encoded text, little-endian application/x-iconv
|
| /titanic_53/usr/src/cmd/sgs/elfdump/common/ |
| H A D | elfdump.msg | 185 @ MSG_ERR_DWOVRFLW "%s: %s: encoded DWARF data exceeds section size\n"
|
| /titanic_53/usr/src/psm/stand/bootblks/zfs/common/ |
| H A D | zfs.fth | 98 \ the reference marks are encoded with match-bits and match-min 608 \ 4B encoded nvpair size
|
| /titanic_53/usr/src/cmd/sgs/libld/common/ |
| H A D | libld.msg | 476 @ MSG_SCN_DWFOVRFLW "%s: section %s: encoded DWARF data exceeds \
|
| /titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | RELEASE | 683 01-04-22 package.mk,package.sh: tarball text members are ascii encoded
|
| /titanic_53/usr/src/cmd/sendmail/cf/m4/ |
| H A D | proto.m4 | 2825 dnl use < > ? those are encoded in CN, DN, ...
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/ |
| H A D | RELEASE | 1160 tm/tmlocale.c: check for UTF-8 encoded LC_TIME files
|
| /titanic_53/usr/src/cmd/sendmail/cf/ |
| H A D | README | 2813 is encoded as:
|