Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h127 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h121 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h121 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h121 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/aes_perf/
H A Dta_aes_perf.c215 algo = TEE_ALG_AES_CBC_NOPAD; in cmd_prepare_key()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h121 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h148 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h148 #define TEE_ALG_AES_CBC_NOPAD 0x10000110 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto.c95 alg = TEE_ALG_AES_CBC_NOPAD; in handle_crypto_aes()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_crypto.c96 alg = TEE_ALG_AES_CBC_NOPAD; in handle_crypto_aes()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.c271 case TEE_ALG_AES_CBC_NOPAD: in rk_cipher_crypto()
503 case TEE_ALG_AES_CBC_NOPAD: in rk_cipher_begin()
735 ctx->algo == TEE_ALG_AES_CBC_NOPAD) { in rk_cipher_update()
772 (ctx->algo == TEE_ALG_AES_CBC_NOPAD)) { in rk_cipher_finish()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.c271 case TEE_ALG_AES_CBC_NOPAD: in rk_cipher_crypto()
519 case TEE_ALG_AES_CBC_NOPAD: in rk_cipher_begin()
761 ctx->algo == TEE_ALG_AES_CBC_NOPAD || in rk_cipher_update()
800 (ctx->algo == TEE_ALG_AES_CBC_NOPAD) || in rk_cipher_finish()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage/
H A Dstorage.c412 uint32_t alg = TEE_ALG_AES_CBC_NOPAD; in ta_storage_cmd_key_in_persistent()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c1958 XTEST_CIPH_CASE(TEE_ALG_AES_CBC_NOPAD, TEE_TYPE_AES, \
1976 XTEST_CIPH_CASE(TEE_ALG_AES_CBC_NOPAD, TEE_TYPE_AES,