Searched refs:oid_buf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | asn1.h | 131 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument 132 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \ 133 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 ) 135 #define MBEDTLS_OID_CMP_RAW(oid_str, oid_buf, oid_buf_len) \ argument 137 memcmp( (oid_str), (oid_buf), (oid_buf_len) ) != 0 )
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | asn1.h | 131 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument 132 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \ 133 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 ) 135 #define MBEDTLS_OID_CMP_RAW(oid_str, oid_buf, oid_buf_len) \ argument 137 memcmp( (oid_str), (oid_buf), (oid_buf_len) ) != 0 )
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | asn1.h | 131 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument 132 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \ 133 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 ) 135 #define MBEDTLS_OID_CMP_RAW(oid_str, oid_buf, oid_buf_len) \ argument 137 memcmp( (oid_str), (oid_buf), (oid_buf_len) ) != 0 )
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | asn1.h | 131 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument 132 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \ 133 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 ) 135 #define MBEDTLS_OID_CMP_RAW(oid_str, oid_buf, oid_buf_len) \ argument 137 memcmp( (oid_str), (oid_buf), (oid_buf_len) ) != 0 )
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | asn1.h | 102 #define MBEDTLS_OID_CMP(oid_str, oid_buf) \ argument 103 ( ( MBEDTLS_OID_SIZE(oid_str) != (oid_buf)->len ) || \ 104 memcmp( (oid_str), (oid_buf)->p, (oid_buf)->len) != 0 )
|