Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 4 of 4) sorted by relevance

/optee_test/ta/crypt/
A Darith_taf.c12 #define HT_BIGINT BIT(31)
13 #define HT_FMMCTX BIT(30)
14 #define HT_FMMVAR BIT(29)
/optee_test/host/xtest/gp/include/
A Dxml_datastorage_api.h1510 #define add_attribute(c, vector, attr) do { (vector) |= BIT((attr)); } while (0)
1518 if (attr_list & BIT(bit_idx)) in get_attribute_and_advance()
1797 if (attr_ids[n] & BIT(29)) in GetAttributes_helper()
A Dxml_common_api.h16 #define BIT(n) (1ul << (n)) macro
A Dxml_crypto_api.h55 #define BIT_CHANGE(a, b) ((a) ^= BIT((b)))
1427 if (BIT(n) & attribute_list) { in Invoke_Crypto_DeriveKey()

Completed in 22 milliseconds