Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c139 static int32_t EncryptAndDecryptKeyBlob(struct HksBlob *rawKey, struct HksBlob *cipherKey, bool isE… in EncryptAndDecryptKeyBlob()
183 static int32_t EncryptKeyBlob(const struct HksBlob *rawKey, struct HksBlob *cipherKey) in EncryptKeyBlob()
188 static int32_t DecryptKeyBlob(const struct HksBlob *cipherKey, struct HksBlob *rawKey) in DecryptKeyBlob()
265 static int32_t GetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in GetRawKeyMaterial()
316 struct HksBlob rawKey = { 0, NULL }; in HksGenerateKeyNode() local
439 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
488 int32_t HksGetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in HksGetRawKeyMaterial()
H A Dhks_core_service_key_attest.c99 struct HksBlob rawKey; in HksCoreAttestKey() local
H A 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
H A Dhks_core_service_three_stage.c529 struct HksBlob rawKey = { 0, NULL }; in CoreSignVerify() local
722 struct HksBlob rawKey = { 0, NULL }; in CoreCipherInit() local
892 struct HksBlob rawKey = { 0, NULL }; in CoreAesCcmCipherFinish() local
1043 struct HksBlob rawKey = { 0, NULL }; in RsaCipherFinish() local
1078 struct HksBlob rawKey = { 0, NULL }; in Sm2CipherFinish() local
1169 static int32_t GetRawkey(const struct HuksKeyNode *keyNode, struct HksBlob *rawKey) in GetRawkey()
1452 struct HksBlob rawKey = { 0, NULL }; in HksCoreDeriveThreeStageUpdate() local
1607 struct HksBlob rawKey = { 0, NULL }; in HksCoreAgreeThreeStageUpdate() local
1692 struct HksBlob rawKey = { 0, NULL }; in HksCoreMacThreeStageInit() local
H A Dhks_keynode.c472 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
H A Dhks_sm_import_wrap_key.c198 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
H A Dhks_keyblob.c449 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc_v1.c113 static int32_t RkcGetRmkRawKeyV1(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKeyV1()
134 static int32_t RkcPbkdf2Hmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcPbkdf2Hmac()
151 struct HksBlob rawKey; in RkcDeriveRmkV1() local
H A Dhks_rkc.c126 static int32_t RkcGetRmkRawKey(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKey()
151 static int32_t RkcHkdfHmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcHkdfHmac()
168 struct HksBlob rawKey; in RkcDeriveRmk() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c1328 struct HksBlob *rawKey, struct HksAttestSpec **outAttestSpec) in BuildAttestSpec()
1446 struct HksBlob *certChain, struct HksBlob *rawKey) in CreateAttestCertChain()