Searched defs:cipherKey (Results 1 – 3 of 3) sorted by relevance
99 static int32_t BuildKeyBlobUsageSpec(const struct HksBlob *cipherKey, const struct HksBlob *random, in BuildKeyBlobUsageSpec()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()
640 struct HksBlob cipherKey = { 0, NULL }; in GenerateAuthTokenKey() local
255 uint8_t cipherKey[HKS_KEY_BLOB_AT_KEY_BYTES]; member