Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c193 static int32_t CopyKey(const struct HksBlob *key, struct HksBlob *adjustedKey) in CopyKey()
205 static int32_t Ed25519BlobToKeyMaterial(const struct HksBlob *key, struct HksBlob *adjustedKey) in Ed25519BlobToKeyMaterial()
236 static int32_t Ed25519KeyMaterialToBlob(const struct HksBlob *key, struct HksBlob *adjustedKey) in Ed25519KeyMaterialToBlob()
421 const struct HksBlob *key, struct HksBlob *adjustedKey) in AdjustKey()
458 struct HksBlob adjustedKey = { 0, NULL }; in HksBuildKeyBlob() local