/trusty/user/app/confirmationui/src/ |
D | trusty_operation.cpp | 72 ReadStream in(reinterpret_cast<uint8_t*>(msg), msglen); in handleMsg() local 128 ReadStream in, in extendedProtocolHook()
|
/trusty/user/app/sample/binder-test/client/ |
D | main.cpp | 75 V in) { in CheckRepeat() 82 static void CheckRepeat(const BinderTest_t* state, const String16& in) { in CheckRepeat() 111 #define CHECK_REPEAT(func, in) \ argument 114 #define CHECK_REPEAT_STRING(in) \ argument 117 #define CHECK_REVERSE(func, in) \ argument
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | caam.c | 51 uint32_t in[1]; /* single entry input ring */ member 376 const uint8_t* in, in caam_aes_op() 474 uint32_t caam_hash(uint8_t* in, uint8_t* out, uint32_t len) { in caam_hash()
|
/trusty/user/app/storage/ |
D | block_device_tipc.c | 314 const struct rpmb_key_derivation_in* in, in hwkey_derive_rpmb_key() 344 struct rpmb_key_derivation_in* in, in block_device_tipc_program_key() 387 struct rpmb_key_derivation_in in = { in block_device_tipc_derive_rpmb_key() local
|
/trusty/user/base/lib/keymaster/test/ |
D | keymaster_test.c | 75 struct CborIn in; in TEST_F() local
|
/trusty/user/base/lib/apploader_package/ |
D | package.cpp | 212 struct CborIn in; in apploader_parse_package_metadata() local
|
D | cose.cpp | 308 struct CborIn in; in coseIsSigned() local 383 struct CborIn in; in coseCheckEcDsaSignature() local 1071 struct CborIn in; in coseDecryptAesGcmInPlace() local 1221 struct CborIn in; in coseDecryptAesGcmKeyWrapInPlace() local
|
/trusty/user/base/app/apploader/package_tool/ |
D | apploader_package_tool.cpp | 334 struct CborIn in; in find_content_is_cose_encrypt() local 425 static void parse_cose_recipient(struct CborIn* in, in parse_cose_recipient() 478 struct CborIn in; in parse_package() local
|
/trusty/user/base/app/apploader/tests/cbor_test/ |
D | cbor_test.cpp | 41 struct CborIn in; in TEST() local 321 struct CborIn in; in TEST() local
|
/trusty/user/base/lib/keymaster/ |
D | keymaster.c | 214 struct CborIn in; in keymaster_get_device_info() local
|
/trusty/user/base/lib/apploader_package/include/apploader/ |
D | cbor.h | 41 static inline std::optional<bool> readCborBoolean(struct CborIn& in) { in readCborBoolean() 124 struct CborIn in; in populateMap() local
|
/trusty/kernel/lib/trusty/ |
D | handle_set.c | 367 int handle_ref_wait(const struct handle_ref* in, in handle_ref_wait()
|
/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 149 Status Repeat(const T& in, T* out) { in Repeat()
|