Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGuess.pm51 my ( $obj, $octet, $chk ) = @_;
52 my $guessed = guess( $obj, $octet );
58 $_[1] = $octet if $chk;
69 my $octet = shift;
72 return "Empty string, empty guess" unless defined $octet and length $octet;
75 if ( Encode::is_utf8($octet) ) {
77 Encode::_utf8_off($octet);
86 $BOM = unpack( 'N', $octet );
89 $BOM = unpack( 'n', $octet );
92 if ( $octet =~ /\x00/o )
[all …]
H A DPerlIO.pod37 written to the handle. When reading, each octet from the handle becomes
117 in escape-based encodings you can't tell if a given octet is a whole
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/
H A D2022_KR.pm34 my $octet = Encode::encode( 'euc-kr', $utf8, FB_PERLQQ );
35 euc_iso( \$octet );
36 return $octet;
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/
H A DJIS7.pm55 my $octet = Encode::encode( 'euc-jp', $utf8, $chk || 0 );
56 $h2z and &Encode::JP::H2Z::h2z( \$octet );
57 euc_jis( \$octet, $jis0212 );
58 return $octet;
/openbsd/share/misc/
H A Dmime.types10 application/octet-stream bin exe dll
11 application/octet-stream deb
12 application/octet-stream dmg
13 application/octet-stream fs iso img
14 application/octet-stream msi msp msm
/openbsd/lib/libcrypto/x509/
H A Dx509_addr.c925 count_trailing_zeroes(uint8_t octet) in count_trailing_zeroes() argument
929 if (octet == 0) in count_trailing_zeroes()
932 while ((octet & (1 << count)) == 0) in count_trailing_zeroes()
941 uint8_t octet; in trim_end_u8() local
944 if (!CBS_peek_last_u8(cbs, &octet)) in trim_end_u8()
946 if (octet != trim) in trim_end_u8()
948 if (!CBS_get_last_u8(cbs, &octet)) in trim_end_u8()
969 uint8_t octet; in make_addressRange() local
995 if (!CBS_peek_last_u8(&cbs, &octet)) in make_addressRange()
998 unused_bits_min = count_trailing_zeroes(octet); in make_addressRange()
[all …]
/openbsd/lib/libcrypto/pkcs12/
H A Dp12_sbag.c148 return ASN1_item_unpack(bag->value.bag->value.octet, &X509_it); in PKCS12_SAFEBAG_get1_cert()
159 return ASN1_item_unpack(bag->value.bag->value.octet, &X509_CRL_it); in PKCS12_SAFEBAG_get1_crl()
H A Dp12_add.c80 if (!ASN1_item_pack(obj, it, &bag->value.octet)) { in PKCS12_item_pack_safebag()
H A Dpkcs12_local.h93 ASN1_OCTET_STRING *octet; member
/openbsd/usr.bin/file/magdir/
H A Dcompress56 !:mime application/octet-stream
62 !:mime application/octet-stream
68 !:mime application/octet-stream
72 !:mime application/octet-stream
74 !:mime application/octet-stream
H A Delf19 !:mime application/octet-stream
156 !:mime application/octet-stream
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dput-04.txt10 Content-Type: application/octet-stream
/openbsd/share/snmp/
H A DSNMP-FRAMEWORK-MIB.txt143 octet indicate the method being used and the
146 3) The length of the octet string varies.
160 The fifth octet indicates how the rest (6th and
162 the fifth octet are:
357 DESCRIPTION "An octet string containing administrative
362 IS 10646-1 character set, encoded as an octet
H A DBRIDGE-MIB.txt342 (i.e., the first two octets of the (8 octet long) Bridge
601 the first (in network byte order) octet of the (2 octet
602 long) Port ID. The other octet of the Port ID is given
1075 are allowed to be forwarded. Each octet within the
1077 with the first octet specifying ports 1 through 8, the
1078 second octet specifying ports 9 through 16, etc. Within
1079 each octet, the most significant bit represents the
H A DSNMPv2-TM.txt136 case-insensitive. All strings may contain any octet
/openbsd/sys/dev/sbus/
H A Dqe.c1032 u_int8_t octet, maccc, *ladrp = (u_int8_t *)&hash[0]; in qe_mcreset() local
1063 octet = enm->enm_addrlo[i]; in qe_mcreset()
1066 if ((crc & 1) ^ (octet & 1)) { in qe_mcreset()
1072 octet >>= 1; in qe_mcreset()
H A Dbe.c1075 u_int8_t octet; in be_mcreset() local
1103 octet = enm->enm_addrlo[i]; in be_mcreset()
1106 if ((crc & 1) ^ (octet & 1)) { in be_mcreset()
1112 octet >>= 1; in be_mcreset()
/openbsd/usr.bin/ssh/
H A Dssh-pkcs11.c698 ASN1_OCTET_STRING *octet = NULL; in pkcs11_fetch_ecdsa_pubkey() local
768 octet = d2i_ASN1_OCTET_STRING(NULL, &attrp, key_attr[1].ulValueLen); in pkcs11_fetch_ecdsa_pubkey()
769 if (octet == NULL) { in pkcs11_fetch_ecdsa_pubkey()
773 attrp = octet->data; in pkcs11_fetch_ecdsa_pubkey()
774 if (o2i_ECPublicKey(&ec, &attrp, octet->length) == NULL) { in pkcs11_fetch_ecdsa_pubkey()
807 if (octet) in pkcs11_fetch_ecdsa_pubkey()
808 ASN1_OCTET_STRING_free(octet); in pkcs11_fetch_ecdsa_pubkey()
/openbsd/sys/dev/ic/
H A Dlemac.c354 int idx, idx2, found, octet; in lemac_read_macaddr() local
361 octet = bus_space_read_1(iot, ioh, ioreg); in lemac_read_macaddr()
363 if (octet == testpat[idx2]) { in lemac_read_macaddr()
H A Dar5xxx.c1027 int octet; in ar5k_eeprom_read_mac() local
1036 for (offset = 0x1f, octet = 0, total = 0; in ar5k_eeprom_read_mac()
1042 mac_d[octet + 1] = data & 0xff; in ar5k_eeprom_read_mac()
1043 mac_d[octet] = data >> 8; in ar5k_eeprom_read_mac()
1044 octet += 2; in ar5k_eeprom_read_mac()
/openbsd/usr.sbin/nsd/
H A Drdata.c429 uint8_t octet = *data++; in hex_to_string() local
430 buffer_write_u8(output, hexdigits[octet >> 4]); in hex_to_string()
431 buffer_write_u8(output, hexdigits[octet & 0x0f]); in hex_to_string()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h183 u8 octet[6]; member
H A Dsanitizer_platform_limits_freebsd.h211 u8 octet[6]; member
/openbsd/games/hunt/
H A DREADME.protocol113 All fixed sized octet strings are ASCII encoded, NUL terminated.
226 If the second octet is 236 (LAST_PLAYER), then
/openbsd/sbin/isakmpd/
H A DDESIGN-NOTES304 octet offset into the record and the *_LEN constants are the lengths.
306 octet buffers, num for (unsigned) numbers of 1, 2 or 4 octet's length

123