Searched refs:rk_cipher_config (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_otp_key.h | 12 RK_RES rk_oem_otp_key_cipher_virt(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, 14 RK_RES rk_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config,
|
| H A D | rkcrypto_core.h | 13 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle);
|
| H A D | rkcrypto_common.h | 186 } rk_cipher_config; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/ |
| H A D | rktest_crypto_hw.c | 17 } rk_cipher_config; typedef 50 static TEE_Result rk_user_ta_cipher(rk_cipher_config *config, uint8_t *src, uint32_t len) in rk_user_ta_cipher() 110 rk_cipher_config config; in handle_crypto_hw()
|
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_otpkey.c | 35 rk_cipher_config config; in demo_otpkey() 119 rk_cipher_config config; in demo_otpkey_virt()
|
| H A D | demo_cipher.c | 32 rk_cipher_config config; in demo_cipher() 129 rk_cipher_config config; in demo_cipher_virt()
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | OpteeClientInterface.h | 54 } rk_cipher_config; typedef 100 uint32_t trusty_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config,
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_otp_key.c | 224 RK_RES rk_oem_otp_key_cipher_virt(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, in rk_oem_otp_key_cipher_virt() 296 operation.params[1].tmpref.size = sizeof(rk_cipher_config); in rk_oem_otp_key_cipher_virt() 325 RK_RES rk_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, in rk_oem_otp_key_cipher() 409 operation.params[1].tmpref.size = sizeof(rk_cipher_config); in rk_oem_otp_key_cipher()
|
| H A D | rkcrypto_core.c | 59 rk_cipher_config cipher; 456 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle) in rk_cipher_init() 485 rk_cipher_config *cipher_cfg; in rk_cipher_crypt() 528 rk_cipher_config *cipher_cfg; in rk_cipher_crypt_virt()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_cipher.c | 94 rk_cipher_config cipher_cfg; in test_cipher_item_virt() 249 rk_cipher_config cipher_cfg; in test_cipher_item_fd()
|
| H A D | test_multi.c | 55 rk_cipher_config cipher_cfg; in test_nosupport_multi()
|
| H A D | test_otp_key_crypto.c | 151 rk_cipher_config cipher_cfg; in test_otp_key_item_virt() 287 rk_cipher_config cipher_cfg; in test_otp_key_item_fd()
|
| H A D | test_throughput.c | 27 rk_cipher_config config; in test_otp_key_item_tp() 230 rk_cipher_config config; in test_cipher_item_tp()
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientInterface.c | 936 uint32_t trusty_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, in trusty_oem_otp_key_cipher() 1006 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_oem_otp_key_cipher() 1011 memcpy(SharedMem_config.buffer, config, sizeof(rk_cipher_config)); in trusty_oem_otp_key_cipher()
|