Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c322 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local
396 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/
Dhuks_adapter.c291 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local
365 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dhuks_adapter.c303 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local
377 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local