Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Darm32_sysreg.txt54 ADFSR c5 0 c1 0 RW Auxiliary Data Fault Status Register
56 DFAR c6 0 c0 0 RW Data Fault Address Register
57 DFSR c5 0 c0 0 RW Data Fault Status Register
70 DCCIMVAC c7 0 c14 1 WO Data cache clean and invalidate by MVA PoC
71 DCCISW c7 0 c14 2 WO Data cache clean and invalidate by set/way
72 DCCMVAC c7 0 c10 1 WO Data cache clean by MVA PoC
73 DCCMVAU c7 0 c11 1 WO Data cache clean by MVA PoU
74 DCCSW c7 0 c10 2 WO Data cache clean by set/way
75 DCIMVAC c7 0 c6 1 WO Data cache invalidate by MVA PoC
76 DCISW c7 0 c6 2 WO Data cache invalidate by set/way
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h553 #define LTC_SET_ASN1(list, index, Type, Data, Size) \ argument
558 LTC_TMPVAR(SA_list)[LTC_TMPVAR(SA)].data = (void*)(Data); \
577 #define LTC_SET_ASN1_CUSTOM_CONSTRUCTED(list, index, Class, Tag, Data) \ argument
580 LTC_SET_ASN1(list, LTC_TMPVAR(SACC), LTC_ASN1_CUSTOM_TYPE, Data, 1); \
584 #define LTC_SET_ASN1_CUSTOM_PRIMITIVE(list, index, Class, Tag, Type, Data, Size) \ argument
587 LTC_SET_ASN1(list, LTC_TMPVAR(SACP), LTC_ASN1_CUSTOM_TYPE, Data, Size); \
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1953 UsefulBufC Data = {pBytes, uLen}; in UsefulOutBuf_InsertData() local
1954 UsefulOutBuf_InsertUsefulBuf(pMe, Data, uPos); in UsefulOutBuf_InsertData()
2134 UsefulBufC Data = {pBytes, uLen}; in UsefulOutBuf_AppendData() local
2135 UsefulOutBuf_AppendUsefulBuf(pMe, Data); in UsefulOutBuf_AppendData()
/optee_os/
H A DCHANGELOG.md836 * Secure Data Path: add pseudo-TA to convert VA to PA (#1993])
953 * plat-ti: enable Secure Data Path by default ([#1815])
1070 * plat-hikey: enable Secure Data Path ([#1440])
1194 * Add support for Secure Data Path which allows Client and Trusted Applications
1804 * Secure Storage: Data can be encrypted prior to their storage in the non-secure.