Home
last modified time | relevance | path

Searched defs:token (Results 1 – 23 of 23) sorted by relevance

/system/security/keystore/
Doperation.cpp33 sp<IBinder> token = new BBinder(); in addOperation() local
45 bool OperationMap::getOperation(sp<IBinder> token, keymaster_operation_handle_t* outHandle, in getOperation()
68 void OperationMap::updateLru(sp<IBinder> token) { in updateLru()
76 bool OperationMap::removeOperation(sp<IBinder> token) { in removeOperation()
91 void OperationMap::removeOperationTracking(sp<IBinder> token, sp<IBinder> appToken) { in removeOperationTracking()
121 bool OperationMap::getOperationAuthToken(sp<IBinder> token, const hw_auth_token_t** outToken) { in getOperationAuthToken()
130 bool OperationMap::setOperationAuthToken(sp<IBinder> token, const hw_auth_token_t* authToken) { in setOperationAuthToken()
Dauth_token_table.h132 const hw_auth_token_t* token() { return token_.get(); } in token() function
DIKeystoreService.cpp1102 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params, in update()
1131 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params, in finish()
1163 virtual int32_t abort(const sp<IBinder>& token) in abort()
1182 virtual bool isOperationAuthorized(const sp<IBinder>& token) in isOperationAuthorized()
1202 virtual int32_t addAuthToken(const uint8_t* token, size_t length) in addAuthToken()
1643 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
1664 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
1682 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
1703 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
1712 sp<IBinder> token = data.readStrongBinder(); in onTransact() local
Dauth_token_table.cpp179 AuthTokenTable::Entry::Entry(const hw_auth_token_t* token, time_t current_time) in Entry()
Dkeystore.cpp1704 for (auto token: operations) { in binderDied() local
2564 void update(const sp<IBinder>& token, const KeymasterArguments& params, const uint8_t* data, in update()
2615 void finish(const sp<IBinder>& token, const KeymasterArguments& params, in finish()
2680 int32_t abort(const sp<IBinder>& token) { in abort()
2702 bool isOperationAuthorized(const sp<IBinder>& token) { in isOperationAuthorized()
2718 int32_t addAuthToken(const uint8_t* token, size_t length) { in addAuthToken()
2945 const hw_auth_token_t* token) { in addAuthToParams()
2964 int32_t addOperationAuthTokenIfNeeded(sp<IBinder> token, in addOperationAuthTokenIfNeeded()
3072 sp<IBinder> token; in doLegacySignVerify() local
/system/core/adb/
Dadb_auth.h46 static inline int adb_auth_generate_token(void *token, size_t token_size) { return 0; } in adb_auth_generate_token()
47 static inline int adb_auth_verify(void *token, void *sig, int siglen) { return 0; } in adb_auth_verify()
52 static inline int adb_auth_sign(void* key, const unsigned char* token, in adb_auth_sign()
Dadb_auth.cpp53 void send_auth_response(uint8_t *token, size_t token_size, atransport *t) in send_auth_response()
Dadb_auth_client.cpp126 int adb_auth_generate_token(void *token, size_t token_size) in adb_auth_generate_token()
141 int adb_auth_verify(uint8_t* token, uint8_t* sig, int siglen) in adb_auth_verify()
Dadb_auth_host.cpp371 int adb_auth_sign(void *node, const unsigned char* token, size_t token_size, in adb_auth_sign()
Dadb.h209 unsigned char token[TOKEN_SIZE]; member
/system/keymaster/
Dkeymaster_enforcement_test.cpp54 bool auth_token_timed_out(const hw_auth_token_t& token, uint32_t timeout) const { in auth_token_timed_out() argument
520 hw_auth_token_t token; in TEST_F() local
543 hw_auth_token_t token; in TEST_F() local
572 hw_auth_token_t token; in TEST_F() local
596 hw_auth_token_t token; in TEST_F() local
623 hw_auth_token_t token; in TEST_F() local
652 hw_auth_token_t token; in TEST_F() local
681 hw_auth_token_t token; in TEST_F() local
704 hw_auth_token_t token; in TEST_F() local
756 hw_auth_token_t token; in TEST_F() local
[all …]
/system/core/libpixelflinger/codeflinger/
DArm64Disassembler.cpp95 static void get_token(const char *instr, uint32_t index, char *token) in get_token()
134 static void decode_token(uint32_t code, char *token, char *instr_part) in decode_token()
273 char token[256]; in arm64_disassemble() local
/system/extras/ext4_utils/
Dcanned_fs_config.c63 char* token = NULL; in load_canned_fs_config() local
/system/core/fingerprintd/
DIFingerprintDaemon.cpp78 const uint8_t* token = static_cast<const uint8_t *>(data.readInplace(tokenSize)); in onTransact() local
DFingerprintDaemonProxy.cpp122 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId, in enroll()
/system/core/init/
Dueventd_parser.cpp206 int token = next_token(&state); in parse_config() local
/system/security/keystore/include/keystore/
DIKeystoreService.h63 sp<IBinder> token; member
/system/gatekeeper/
Dgatekeeper.cpp220 hw_auth_token_t *token = new hw_auth_token_t; in MintAuthToken() local
/system/security/keystore/tests/
Dauth_token_table_test.cpp76 hw_auth_token_t* token = new hw_auth_token_t; in make_token() local
/system/vold/
DDisk.cpp273 char* token = strtok(cline, kSgdiskToken); in readPartitions() local
Dcryptfs.c471 char *token; in get_device_scrypt_params() local
/system/bt/btif/src/
Dbtif_storage.c1540 char *token; in btif_storage_is_device_autopair_blacklisted() local
/system/core/sdcard/
Dsdcard.c241 int token; member