Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dasn1parse.c204 bs->unused_bits = **p; in mbedtls_asn1_get_bitstring()
205 if( bs->unused_bits > 7 ) in mbedtls_asn1_get_bitstring()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dasn1.h132 unsigned char unused_bits; /**< Number of unused bits at the end of the string */ member