Home
last modified time | relevance | path

Searched refs:MBEDTLS_ASN1_BIT_STRING (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dasn1.h74 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
103 ( 1u << MBEDTLS_ASN1_BIT_STRING ) ) ) != 0 ) )
H A Dcompat-1.3.h652 #define ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dasn1.h74 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
103 ( 1u << MBEDTLS_ASN1_BIT_STRING ) ) ) != 0 ) )
H A Dcompat-1.3.h652 #define ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dasn1.h74 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
103 ( 1u << MBEDTLS_ASN1_BIT_STRING ) ) ) != 0 ) )
H A Dcompat-1.3.h652 #define ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dasn1.h74 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro
103 ( 1u << MBEDTLS_ASN1_BIT_STRING ) ) ) != 0 ) )
H A Dcompat-1.3.h652 #define ASN1_BIT_STRING MBEDTLS_ASN1_BIT_STRING
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dasn1parse.c195 if( ( ret = mbedtls_asn1_get_tag( p, end, &bs->len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring()
227 if( ( ret = mbedtls_asn1_get_tag( p, end, len, MBEDTLS_ASN1_BIT_STRING ) ) != 0 ) in mbedtls_asn1_get_bitstring_null()
H A Dasn1write.c313 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_BIT_STRING ) ); in mbedtls_asn1_write_bitstring()
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dasn1.h73 #define MBEDTLS_ASN1_BIT_STRING 0x03 macro