Searched refs:octet (Results 1 – 18 of 18) sorted by relevance
84 IANATn3270eAddress octet string92 zero-length octet string and is not a full transport107 ipv4(3) 6 4-octet IP Address plus108 2-octet TCP Port109 ipv6(4) 18 16-octet IPv6 Address110 plus 2-octet TCP Port243 "An octet string representing log data as pertaining to245 TN3270E Server. Log data is stored in an octet string256 length = one-octet length of the data portion of the259 type = one-octet code point characterizing the data.[all …]
141 unsigned int octet; in ppp_get_fcs() local143 octet = byte; in ppp_get_fcs()145 octet = (octet & 0x01) ? ((octet >> 1) ^ PPP_FCS_POLYNOMIAL) : (octet >> 1); in ppp_get_fcs()147 return octet & 0xffff; in ppp_get_fcs()
208 octet-string).226 octet-string), and the udpEndpointRemotePort is 0.298 must be ''h (a zero-length octet-string), with358 this value is ''h (a zero-length octet-string).500 -- octet-strings, and for scoped and unscoped512 -- octet-strings, and for scoped and unscoped
152 case-insensitive. All strings may contain any octet
460 octet-string).527 ''h (a zero-length octet-string), with the value
261 an octet string of zero length."
363 should contain an octet string of zero length."
4160 standard octet counters within 1 hour."4224 interfaces that may overflow the standard octet
295 unsigned char octet = in mbedtls_debug_print_mpi() local297 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %02x", octet); in mbedtls_debug_print_mpi()
2831 uint16_t octet; in x509_inet_pton_ipv4() local2834 octet = num_digits = 0; in x509_inet_pton_ipv4()2843 if (octet == 0 && num_digits > 0) { in x509_inet_pton_ipv4()2847 octet = octet * 10 + digit; in x509_inet_pton_ipv4()2852 if (octet >= 256 || num_digits > 3 || num_digits == 0) { in x509_inet_pton_ipv4()2855 *res++ = (uint8_t) octet; in x509_inet_pton_ipv4()
24 the last octet will be increased by netif->num for each netif */
28 the last octet will be increased by netif->num for each netif */
193 PBES2 Decrypt (bad PBKDF2 params salt: not an octet string)249 PBES2 Decrypt (bad enc_scheme_alg params: not an octet string)
511 buf[1] = 0x84; /* 4-octet length */516 buf[6] = 0x01; /* most significant octet */
244 /* There's no parsing function for octet or character strings. */
1115 X509 CRT parse CN: IPv4 overlarge octet 2561118 X509 CRT parse CN: IPv4 overlarge octet 9991121 X509 CRT parse CN: IPv4 overlarge octet 10001124 X509 CRT parse CN: IPv4 additional octet2336 # The ASN.1 module rejects non-octet-aligned bit strings.2337 X509 CRT ASN1 (inv Signature: not octet-aligned)
931 * snmp_msg.h, msg_in.c: fixed bug #43790: Sending octet string of Length >255
2898 leading content octet. Fixes #1610.
Completed in 66 milliseconds