Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dasn1.h76 #define MBEDTLS_ASN1_OID 0x06 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dasn1.h77 #define MBEDTLS_ASN1_OID 0x06 macro
H A Dcompat-1.3.h663 #define ASN1_OID MBEDTLS_ASN1_OID
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dasn1.h77 #define MBEDTLS_ASN1_OID 0x06 macro
H A Dcompat-1.3.h663 #define ASN1_OID MBEDTLS_ASN1_OID
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dasn1.h77 #define MBEDTLS_ASN1_OID 0x06 macro
H A Dcompat-1.3.h663 #define ASN1_OID MBEDTLS_ASN1_OID
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dasn1.h77 #define MBEDTLS_ASN1_OID 0x06 macro
H A Dcompat-1.3.h663 #define ASN1_OID MBEDTLS_ASN1_OID
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dasn1parse.c308 if( ( ret = mbedtls_asn1_get_tag( p, end, &alg->len, MBEDTLS_ASN1_OID ) ) != 0 ) in mbedtls_asn1_get_alg()
H A Dasn1write.c188 MBEDTLS_ASN1_CHK_ADD( len , mbedtls_asn1_write_tag( p, start, MBEDTLS_ASN1_OID ) ); in mbedtls_asn1_write_oid()