Searched refs:RK_ALGO_AES (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 135 {RK_ALGO_AES, RK_CIPHER_MODE_ECB, CRYPTO_RK_AES_ECB}, 136 {RK_ALGO_AES, RK_CIPHER_MODE_CBC, CRYPTO_RK_AES_CBC}, 137 {RK_ALGO_AES, RK_CIPHER_MODE_CFB, CRYPTO_RK_AES_CFB}, 138 {RK_ALGO_AES, RK_CIPHER_MODE_OFB, CRYPTO_RK_AES_OFB}, 139 {RK_ALGO_AES, RK_CIPHER_MODE_CTS, CRYPTO_RK_AES_CTS}, 140 {RK_ALGO_AES, RK_CIPHER_MODE_CTR, CRYPTO_RK_AES_CTR}, 141 {RK_ALGO_AES, RK_CIPHER_MODE_XTS, CRYPTO_RK_AES_XTS}, 142 {RK_ALGO_AES, RK_CIPHER_MODE_CCM, CRYPTO_RK_AES_CCM}, 143 {RK_ALGO_AES, RK_CIPHER_MODE_GCM, CRYPTO_RK_AES_GCM},
|
| H A D | rkcrypto_otp_key.c | 54 case RK_ALGO_AES: in cipher_get_blocksize() 241 RK_CRYPTO_CHECK_PARAM(config->algo != RK_ALGO_AES && in rk_oem_otp_key_cipher_virt() 345 RK_CRYPTO_CHECK_PARAM(config->algo != RK_ALGO_AES && in rk_oem_otp_key_cipher()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/ |
| H A D | rktest_crypto_hw.c | 21 RK_ALGO_AES = 1, enumerator 111 uint32_t algo = RK_ALGO_AES; in handle_crypto_hw()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_throughput.c | 102 RK_ALGO_AES, in test_otp_key_virt_tp() 124 if (algo == RK_ALGO_AES) { in test_otp_key_virt_tp() 153 RK_ALGO_AES, in test_otp_key_fd_tp() 187 if (algo == RK_ALGO_AES) { in test_otp_key_fd_tp() 352 .algo = RK_ALGO_AES, in test_cipher_tp() 661 .algo = RK_ALGO_AES, in test_ae_tp()
|
| H A D | cmode_adapter.c | 32 } else if (algo == RK_ALGO_AES) { in soft_cipher() 120 if (algo == RK_ALGO_AES) { in soft_ae()
|
| H A D | test_utils.c | 58 {RK_ALGO_AES, "AES"},
|
| H A D | test_multi.c | 61 cipher_cfg.algo = RK_ALGO_AES; in test_nosupport_multi()
|
| H A D | test_cipher.c | 54 .algo = RK_ALGO_AES,
|
| H A D | test_otp_key_crypto.c | 61 .algo = RK_ALGO_AES,
|
| H A D | test_ae.c | 28 .algo = {RK_ALGO_AES, RK_ALGO_SM4},
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_common.h | 89 RK_ALGO_AES, enumerator
|
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_otpkey.c | 29 static uint32_t algo = RK_ALGO_AES;
|
| H A D | demo_cipher.c | 26 static uint32_t algo = RK_ALGO_AES;
|
| H A D | demo_ae.c | 40 static uint32_t algo = RK_ALGO_AES;
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | OpteeClientInterface.h | 39 RK_ALGO_AES = 1, enumerator
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 958 if (config->algo != RK_ALGO_AES && config->algo != RK_ALGO_SM4) in trusty_oem_otp_key_cipher()
|