Home
last modified time | relevance | path

Searched defs:in (Results 1 – 13 of 13) sorted by relevance

/trusty/user/app/confirmationui/src/
Dtrusty_operation.cpp72 ReadStream in(reinterpret_cast<uint8_t*>(msg), msglen); in handleMsg() local
128 ReadStream in, in extendedProtocolHook()
/trusty/user/app/sample/binder-test/client/
Dmain.cpp75 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/
Dcaam.c51 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/
Dblock_device_tipc.c314 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/
Dkeymaster_test.c75 struct CborIn in; in TEST_F() local
/trusty/user/base/lib/apploader_package/
Dpackage.cpp212 struct CborIn in; in apploader_parse_package_metadata() local
Dcose.cpp308 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/
Dapploader_package_tool.cpp334 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/
Dcbor_test.cpp41 struct CborIn in; in TEST() local
321 struct CborIn in; in TEST() local
/trusty/user/base/lib/keymaster/
Dkeymaster.c214 struct CborIn in; in keymaster_get_device_info() local
/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h41 static inline std::optional<bool> readCborBoolean(struct CborIn& in) { in readCborBoolean()
124 struct CborIn in; in populateMap() local
/trusty/kernel/lib/trusty/
Dhandle_set.c367 int handle_ref_wait(const struct handle_ref* in, in handle_ref_wait()
/trusty/user/app/sample/binder-test/service/
Dmain.cpp149 Status Repeat(const T& in, T* out) { in Repeat()