Searched refs:tmp_key (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 1230 u8 tmp_key[24]; in rk_crypto_des() local 1237 memcpy(tmp_key, key, key_len); in rk_crypto_des() 1239 memcpy(tmp_key, key, 16); in rk_crypto_des() 1240 memcpy(tmp_key + 16, key, 8); in rk_crypto_des() 1246 ret = hw_cipher_init(0, tmp_key, NULL, key_len, iv, DES_BLOCK_SIZE, in rk_crypto_des()
|