Lines Matching full:its
5 prompt "ITS transform module implementation"
8 bool "ITS transform module implementation using AEAD to protect the data"
12 bool "Custom ITS transform module implementation"
14 Implement the functions declared in <zephyr/secure_storage/its/transform.h>
28 This indicates how many more bytes an ITS entry's data will be once it
34 prompt "AEAD ITS transform module scheme"
54 declared in <zephyr/secure_storage/its/transform/aead_get.h>
61 prompt "AEAD ITS transform module encryption key provider"
73 In addition to the device ID, it adds the UID of the ITS entry
79 bool "Hash of the ITS entry UID (not secure)"
82 This key provider generates keys by hashing the UID of the ITS entry for which it is
91 declared in <zephyr/secure_storage/its/transform/aead_get.h>.
97 int "AEAD ITS transform module encryption key size in bytes"
103 bool "Silence the insecure ITS encryption key warnings"
108 prompt "AEAD ITS transform module nonce provider"
121 declared in <zephyr/secure_storage/its/transform/aead_get.h>.
127 int "AEAD ITS transform module nonce size in bytes"