Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-tegra/tegra20/
Dcrypto.c18 SECURITY_ENCRYPT = 1 << 1, /* Encrypt the data */ enumerator
113 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()
117 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign()