Home
last modified time | relevance | path

Searched refs:me (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/
H A Ddco.txt17 (a) The contribution was created in whole or in part by me and I
25 by me, under the same open source license (unless I am
29 (c) The contribution was provided directly to me by some other
/optee_os/keys/
H A Ddefault.pem15 lyYaaoSj4nwjrg02mp9ntyjbXm0k+rMiSbLAro8U+uYDl1GWLvm+3me+u0/FyoVI
H A Ddefault_ta.pem15 lyYaaoSj4nwjrg02mp9ntyjbXm0k+rMiSbLAro8U+uYDl1GWLvm+3me+u0/FyoVI
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1970 static inline void UsefulOutBuf_InsertByte(UsefulOutBuf *me, in UsefulOutBuf_InsertByte() argument
1974 UsefulOutBuf_InsertData(me, &byte, 1, uPos); in UsefulOutBuf_InsertByte()
1978 static inline void UsefulOutBuf_InsertUint16(UsefulOutBuf *me, in UsefulOutBuf_InsertUint16() argument
2006 UsefulOutBuf_InsertData(me, pBytes, 2, uPos); in UsefulOutBuf_InsertUint16()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c40 const uint64_t me = (uint64_t) ((uint32_t) ah * bl) + (uint32_t) al * bh; in mul64() local
43 return lo + (me << 16) + ((uint64_t) hi << 32); in mul64()
/optee_os/core/lib/qcbor/src/
H A DUsefulBuf.c181 me->err = 1; in UsefulOutBuf_Init()