Searched refs:octet (Results 1 – 7 of 7) sorted by relevance
2833 uint16_t octet; in x509_inet_pton_ipv4() local2836 octet = num_digits = 0; in x509_inet_pton_ipv4()2845 if (octet == 0 && num_digits > 0) { in x509_inet_pton_ipv4()2849 octet = octet * 10 + digit; in x509_inet_pton_ipv4()2854 if (octet >= 256 || num_digits > 3 || num_digits == 0) { in x509_inet_pton_ipv4()2857 *res++ = (uint8_t) octet; in x509_inet_pton_ipv4()
295 unsigned char octet = in mbedtls_debug_print_mpi() local297 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %02x", octet); in mbedtls_debug_print_mpi()
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)
3093 leading content octet. Fixes #1610.