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.c99 struct HksBlob rawKey; in HksCoreAttestKey() local
Dhks_core_service_key_operate_one_stage.c172 struct HksBlob rawKey = { 0, NULL }; in SignVerify() local
232 struct HksBlob rawKey = { 0, NULL }; in Cipher() local
320 struct HksBlob rawKey = { 0, NULL }; in HksCoreExportPublicKey() local
425 struct HksBlob rawKey = { 0, NULL }; in HksCoreMac() local
Dhks_core_service_three_stage.c545 struct HksBlob rawKey = { 0, NULL }; in CoreSignVerify() local
788 struct HksBlob rawKey = { 0, NULL }; local
958 struct HksBlob rawKey = { 0, NULL }; local
1275 struct HksBlob rawKey = { 0, NULL }; local
1310 struct HksBlob rawKey = { 0, NULL }; local
1401 static int32_t GetRawkey(const struct HuksKeyNode *keyNode, struct HksBlob *rawKey)
1732 struct HksBlob rawKey = { 0, NULL }; local
1890 struct HksBlob rawKey = { 0, NULL }; local
1975 struct HksBlob rawKey = { 0, NULL }; local
Dhks_keynode.c478 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
Dhks_sm_import_wrap_key.c199 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
Dhks_keyblob.c451 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.c116 static int32_t RkcGetRmkRawKeyV1(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKeyV1()
137 static int32_t RkcPbkdf2Hmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcPbkdf2Hmac()
154 struct HksBlob rawKey; in RkcDeriveRmkV1() local
Dhks_rkc.c129 static int32_t RkcGetRmkRawKey(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKey()
154 static int32_t RkcHkdfHmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcHkdfHmac()
171 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()