Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddebug.c295 unsigned char octet = in mbedtls_debug_print_mpi() local
297 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %02x", octet); in mbedtls_debug_print_mpi()
H A Dx509_crt.c2833 uint16_t octet; in x509_inet_pton_ipv4() local
2836 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()
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk230 srcs-y += src/pk/asn1/der/octet/der_decode_octet_string.c
231 srcs-y += src/pk/asn1/der/octet/der_encode_octet_string.c
232 srcs-y += src/pk/asn1/der/octet/der_length_octet_string.c
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3286 leading content octet. Fixes #1610.