Searched defs:serviceTypeBuff (Results 1 – 5 of 5) sorted by relevance
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/ |
| D | das_lite_token_manager.c | 27 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, HcStrlen(serviceType) }; in UnregisterLocalIdentity() local 53 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, HcStrlen(serviceType) }; in DeletePeerAuthInfo() local
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/ |
| D | das_standard_token_manager.c | 25 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in RegisterLocalIdentity() local 56 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in UnregisterLocalIdentity() local 81 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in DeletePeerAuthInfo() local 180 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in GetPublicKey() local
|
| /base/security/device_auth/services/identity_manager/src/ |
| D | identity_p2p.c | 201 Uint8Buff serviceTypeBuff = { (uint8_t *)DEFAULT_SERVICE_TYPE, strlen(DEFAULT_SERVICE_TYPE) }; in ComputeAndSaveDirectAuthPsk() local 266 Uint8Buff serviceTypeBuff = { (uint8_t *)peerServieType, strlen(peerServieType) }; in GetDirectAuthPskAliasCreateIfNeeded() local
|
| D | identity_group.c | 141 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in IsP2pAuthTokenExist() local 474 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, (uint32_t)strlen(serviceType) }; in GenerateKeyAliasInIso() local 575 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in ComputeAndSavePsk() local 638 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in GeneratePskAliasAndCheckExist() local
|
| D | credential_operator.c | 156 Uint8Buff serviceTypeBuff = { (uint8_t *)serviceType, strlen(serviceType) }; in GenerateKeyAliasInner() local
|