Searched defs:rawKey (Results 1 – 10 of 10) sorted by relevance
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_keyblob_lite.c | 141 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()
|
| D | hks_core_service_key_attest.c | 98 struct HksBlob rawKey; in HksCoreAttestKey() local
|
| D | hks_core_service_key_operate_one_stage.c | 171 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
|
| D | hks_core_service_three_stage.c | 544 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
|
| D | hks_keynode.c | 476 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
|
| D | hks_sm_import_wrap_key.c | 198 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
|
| D | hks_keyblob.c | 450 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
| D | hks_rkc_v1.c | 115 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
|
| D | hks_rkc.c | 128 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/ |
| D | dcm_attest.c | 1481 … 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()
|