Home
last modified time | relevance | path

Searched defs:rawKey (Results 1 – 10 of 10) sorted by relevance

/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_keyblob_lite.c141 static int32_t EncryptAndDecryptKeyBlob(struct HksBlob *rawKey, struct HksBlob *cipherKey, bool isE… in EncryptAndDecryptKeyBlob()
185 static int32_t EncryptKeyBlob(const struct HksBlob *rawKey, struct HksBlob *cipherKey) in EncryptKeyBlob()
190 static int32_t DecryptKeyBlob(const struct HksBlob *cipherKey, struct HksBlob *rawKey) in DecryptKeyBlob()
267 static int32_t GetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in GetRawKeyMaterial()
318 struct HksBlob rawKey = { 0, NULL }; in HksGenerateKeyNode() local
441 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
490 int32_t HksGetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in HksGetRawKeyMaterial()
Dhks_core_service_key_attest.c98 struct HksBlob rawKey; in HksCoreAttestKey() local
Dhks_core_service_key_operate_one_stage.c171 struct HksBlob rawKey = { 0, NULL }; in SignVerify() local
231 struct HksBlob rawKey = { 0, NULL }; in Cipher() local
319 struct HksBlob rawKey = { 0, NULL }; in HksCoreExportPublicKey() local
424 struct HksBlob rawKey = { 0, NULL }; in HksCoreMac() local
Dhks_core_service_three_stage.c544 struct HksBlob rawKey = { 0, NULL }; in CoreSignVerify() local
787 struct HksBlob rawKey = { 0, NULL }; local
957 struct HksBlob rawKey = { 0, NULL }; local
1274 struct HksBlob rawKey = { 0, NULL }; local
1309 struct HksBlob rawKey = { 0, NULL }; local
1400 static int32_t GetRawkey(const struct HuksKeyNode *keyNode, struct HksBlob *rawKey)
1731 struct HksBlob rawKey = { 0, NULL }; local
1889 struct HksBlob rawKey = { 0, NULL }; local
1974 struct HksBlob rawKey = { 0, NULL }; local
Dhks_keynode.c476 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
Dhks_sm_import_wrap_key.c198 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
Dhks_keyblob.c450 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
Dhks_rkc_v1.c115 static int32_t RkcGetRmkRawKeyV1(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKeyV1()
136 static int32_t RkcPbkdf2Hmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcPbkdf2Hmac()
153 struct HksBlob rawKey; in RkcDeriveRmkV1() local
Dhks_rkc.c128 static int32_t RkcGetRmkRawKey(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKey()
153 static int32_t RkcHkdfHmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcHkdfHmac()
170 struct HksBlob rawKey; in RkcDeriveRmk() local
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_attest.c1481 … const struct HksParamSet *paramSet, struct HksBlob *rawKey, struct HksAttestSpec **outAttestSpec) in BuildAttestSpec()
1612 const struct HksParamSet *paramSet, struct HksBlob *certChain, struct HksBlob *rawKey) in CreateAttestCertChain()