Searched refs:RK_CIPHER_MODE_CBC (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_cipher.c | 31 RK_CIPHER_MODE_CBC, 44 RK_CIPHER_MODE_CBC, 57 RK_CIPHER_MODE_CBC, 73 RK_CIPHER_MODE_CBC,
|
| H A D | cmode_adapter.c | 20 case RK_CIPHER_MODE_CBC: in soft_cipher() 37 case RK_CIPHER_MODE_CBC: in soft_cipher() 63 case RK_CIPHER_MODE_CBC: in soft_cipher()
|
| H A D | test_throughput.c | 107 RK_CIPHER_MODE_CBC, in test_otp_key_virt_tp() 158 RK_CIPHER_MODE_CBC, in test_otp_key_fd_tp() 333 RK_CIPHER_MODE_CBC, in test_cipher_tp() 344 RK_CIPHER_MODE_CBC, in test_cipher_tp() 355 RK_CIPHER_MODE_CBC, in test_cipher_tp() 368 RK_CIPHER_MODE_CBC, in test_cipher_tp()
|
| H A D | test_utils.c | 86 {RK_CIPHER_MODE_CBC, "CBC"},
|
| H A D | test_otp_key_crypto.c | 64 RK_CIPHER_MODE_CBC, 85 RK_CIPHER_MODE_CBC,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/ |
| H A D | rktest_crypto_hw.c | 31 RK_CIPHER_MODE_CBC = 1, enumerator 112 uint32_t mode = RK_CIPHER_MODE_CBC; in handle_crypto_hw()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 116 {RK_ALGO_DES, RK_CIPHER_MODE_CBC, CRYPTO_RK_DES_CBC}, 121 {RK_ALGO_TDES, RK_CIPHER_MODE_CBC, CRYPTO_RK_3DES_CBC}, 126 {RK_ALGO_SM4, RK_CIPHER_MODE_CBC, CRYPTO_RK_SM4_CBC}, 136 {RK_ALGO_AES, RK_CIPHER_MODE_CBC, CRYPTO_RK_AES_CBC},
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_common.h | 123 RK_CIPHER_MODE_CBC, enumerator
|
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_otpkey.c | 30 static uint32_t mode = RK_CIPHER_MODE_CBC;
|
| H A D | demo_cipher.c | 27 static uint32_t mode = RK_CIPHER_MODE_CBC;
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | OpteeClientInterface.h | 24 RK_CIPHER_MODE_CBC = 1, enumerator
|