Home
last modified time | relevance | path

Searched refs:SECURITY_ENCRYPT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c19 SECURITY_ENCRYPT = 1 << 1, /* Encrypt the data */ enumerator
112 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()
116 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign()