Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h44 RK_MODE_CTS, enumerator
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c713 [RK_MODE_CTS] = CRYPTO_BC_CTS,
945 if (rk_mode == RK_MODE_CTS && len <= AES_BLOCK_SIZE) { in hw_cipher_crypt()