/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_keyblob_lite.c | 139 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 D | hks_core_service_key_attest.c | 99 struct HksBlob rawKey; in HksCoreAttestKey() local
|
H A D | hks_core_service_key_operate_one_stage.c | 172 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 D | hks_core_service_three_stage.c | 529 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 D | hks_keynode.c | 472 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
|
H A D | hks_sm_import_wrap_key.c | 198 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
|
H A D | hks_keyblob.c | 449 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 D | hks_rkc_v1.c | 113 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 D | hks_rkc.c | 126 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 D | dcm_attest.c | 1328 struct HksBlob *rawKey, struct HksAttestSpec **outAttestSpec) in BuildAttestSpec() 1446 struct HksBlob *certChain, struct HksBlob *rawKey) in CreateAttestCertChain()
|