Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h129 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h123 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h123 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h123 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h123 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h150 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h150 #define TEE_ALG_AES_CTS 0x10000310 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.c273 case TEE_ALG_AES_CTS: in rk_cipher_crypto()
278 if (((algo == TEE_ALG_AES_CTS) && (len % AES_BLOCK_SIZE == 0)) || in rk_cipher_crypto()
279 ((algo != TEE_ALG_AES_CTS) && in rk_cipher_crypto()
505 case TEE_ALG_AES_CTS: in rk_cipher_begin()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.c273 case TEE_ALG_AES_CTS: in rk_cipher_crypto()
278 if (((algo == TEE_ALG_AES_CTS) && (len % AES_BLOCK_SIZE == 0)) || in rk_cipher_crypto()
279 ((algo != TEE_ALG_AES_CTS) && in rk_cipher_crypto()
521 case TEE_ALG_AES_CTS: in rk_cipher_begin()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c1965 XTEST_CIPH_CASE(TEE_ALG_AES_CTS, TEE_TYPE_AES, \