Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_session_controller_test.cpp86 std::vector<uint8_t> nonce = {1, 3, 2, 5, 7}; variable
106 std::vector<uint8_t> nonce = {1, 3, 2, 5, 7}; variable
127 std::vector<uint8_t> nonce = {1, 3, 2, 5, 7}; variable
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dstandard_exchange_message_util.c25 int32_t PackageNonceAndCipherToJson(const Uint8Buff *nonce, const Uint8Buff *cipher, CJson *data, c… in PackageNonceAndCipherToJson()
52 int32_t ParseNonceAndCipherFromJson(Uint8Buff *nonce, Uint8Buff *cipher, const CJson *in, const cha… in ParseNonceAndCipherFromJson()
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_verify.c68 static int32_t ParseNonceOfCertChain(const char *jsonBuffer, struct NonceOfCertChain *nonce) in ParseNonceOfCertChain()
111 static void FreeNonceOfCertChain(struct NonceOfCertChain *nonce) in FreeNonceOfCertChain()
154 static int32_t CheckNonceOfCertChain(const struct NonceOfCertChain *nonce, uint64_t challenge, cons… in CheckNonceOfCertChain()
172 struct NonceOfCertChain nonce; in VerifyNonceOfCertChain() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H A Diso_client_bind_exchange_task.c89 uint8_t *nonce = NULL; in DecAndImportAuthCode() local
163 uint8_t **encData, uint8_t **nonce) in ClientBindAesEncrypt()
208 uint8_t *nonce = NULL; in ClientBindExchangeStart() local
H A Diso_server_bind_exchange_task.c81 uint8_t *nonce = NULL; in DecryptChallenge() local
189 uint8_t *nonce = NULL; in GenerateAuthCodeAndImport() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_utils/unittest/
H A Dwifi_common_util_test.cpp105 std::vector<uint8_t> nonce(str.begin(), str.end()); variable
116 std::vector<uint8_t> nonce(str.begin(), str.end()); variable
137 std::vector<uint8_t> nonce(srcStr.begin(), srcStr.end()); variable
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
H A Dcommon_standard_bind_exchange.h32 Uint8Buff nonce; member
H A Dpake_base_cur_task.h53 Uint8Buff nonce; member
/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c56 char *nonce = &challengeStr[0]; in GenerateSecInfoResponseJson() local
93 char *nonce = &challengeStr[0]; in GenerateSecInfoRequestJson() local
H A Ddslm_inner_process.c86 uint64_t nonce = 0; in VerifyDeviceInfoResponse() local
H A Ddslm_core_defines.h44 uint64_t nonce; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_encryption_util.cpp98 uint8_t nonce[NONCE_SIZE] = {0}; in WifiEncryption() local
153 uint8_t nonce[NONCE_SIZE] = {0}; in WifiDecryption() local
320 uint8_t nonce[AES_256_NONCE_SIZE] = { 0 }; in EncryptParamSet() local
349 uint8_t nonce[AES_256_NONCE_SIZE] = { 0 }; in DecryptParamSet() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp240 std::string nonce = timeStamp + ":" + priKey; in MakeNonce() local
247 std::vector<uint8_t> ObexUtils::MakeRequestDigest(const uint8_t *nonce, int sz, const std::string &… in MakeRequestDigest()
H A Dobex_headers.cpp1286 void ObexDigestChallenge::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce()
1332 void ObexDigestResponse::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce()
1379 void ObexSessionParameters::AppendNonce(const uint8_t *nonce, const uint8_t length) in AppendNonce()
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c257 struct HksBlob nonce = { NONCE_SIZE, inData->data + (inData->size - NONCE_SIZE) }; in DecryptData() local
322 struct HksBlob nonce = { NONCE_SIZE, inData->data + (inData->size - NONCE_SIZE) }; in ExecCrypt() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dclat_utils.h47 uint8_t nonce[6]; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h161 KeyBlob nonce; member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c88 uint8_t nonce[NONCE_SIZE] = { 0 }; in GenerateEncResult() local
223 uint8_t *nonce = NULL; in CheckEncResult() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp982 void BaseKey::SplitKeyBlob(const KeyBlob &keyIn, KeyBlob &encAad, KeyBlob &nonce, uint32_t start) in StoreKey()
1014 bool BaseKey::CombKeyCtx(const KeyBlob &nonce, const KeyBlob &rndEnc, const KeyBlob &aad, KeyBlob &… in StoreKey()
1035 bool BaseKey::SplitKeyCtx(const KeyBlob &keyIn, KeyBlob &nonce, KeyBlob &rndEnc, KeyBlob &aad) in StoreKey()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c54 Uint8Buff nonce; member
503 int32_t CreateExpandSubSession(const Uint8Buff *nonce, const Uint8Buff *encKey, ExpandSubSession **… in CreateExpandSubSession()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_base_check_test.cpp325 struct HksBlob nonce = { .size = strlen(aadData), .data = (uint8_t *)nonceData }; variable
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob.c45 uint8_t nonce[HKS_KEY_BLOB_NONCE_SIZE]; member
294 struct HksBlob nonce = { HKS_KEY_BLOB_NONCE_SIZE, keyBlobInfo->nonce }; in InitKeyBlobInfo() local
H A Dhks_keyblob_lite.c108 struct HksBlob nonce = { 0, NULL }; in BuildKeyBlobUsageSpec() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_crypto_hal.h48 struct HksBlob nonce; member
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h62 uint8_t *nonce; member

12