Home
last modified time | relevance | path

Searched defs:zero_key (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c13 static u8 zero_key[16]; variable
/rk3399_rockchip-uboot/lib/
H A Daes.c606 u8 zero_key[AES_KEY_LENGTH] = { 0 }; in aes_cbc_encrypt_blocks() local