Home
last modified time | relevance | path

Searched refs:unused_bits (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dasn1write.c306 size_t unused_bits, byte_len; in mbedtls_asn1_write_named_bitstring() local
312 unused_bits = ( byte_len * 8 ) - bits; in mbedtls_asn1_write_named_bitstring()
322 cur_byte_shifted = *cur_byte >> unused_bits; in mbedtls_asn1_write_named_bitstring()
349 size_t unused_bits, byte_len; in mbedtls_asn1_write_bitstring() local
352 unused_bits = ( byte_len * 8 ) - bits; in mbedtls_asn1_write_bitstring()
363 *--( *p ) = buf[byte_len] & ~( ( 0x1 << unused_bits ) - 1 ); in mbedtls_asn1_write_bitstring()
369 *--( *p ) = (unsigned char)unused_bits; in mbedtls_asn1_write_bitstring()
A Dasn1parse.c229 bs->unused_bits = **p; in mbedtls_asn1_get_bitstring()
230 if( bs->unused_bits > 7 ) in mbedtls_asn1_get_bitstring()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dasn1.h163 unsigned char unused_bits; /**< Number of unused bits at the end of the string */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dasn1.h163 unsigned char unused_bits; /**< Number of unused bits at the end of the string */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dasn1.h163 unsigned char unused_bits; /**< Number of unused bits at the end of the string */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dasn1.h163 unsigned char unused_bits; /**< Number of unused bits at the end of the string */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dasn1.h163 unsigned char unused_bits; /**< Number of unused bits at the end of the string */ member

Completed in 10 milliseconds