Searched defs:adjustedKey (Results 1 – 1 of 1) sorted by relevance
193 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