Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_datastorage_api.h1510 #define add_attribute(c, vector, attr) do { (vector) |= BIT((attr)); } while (0) macro
H A Dxml_crypto_api.h52 #define add_attribute(vector, id) set_flag((vector), 1ul << (id)) macro