Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_otp_key.h12 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 Drkcrypto_core.h13 RK_RES rk_cipher_init(const rk_cipher_config *config, rk_handle *handle);
H A Drkcrypto_common.h186 } rk_cipher_config; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto_hw.c17 } 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 Ddemo_otpkey.c35 rk_cipher_config config; in demo_otpkey()
119 rk_cipher_config config; in demo_otpkey_virt()
H A Ddemo_cipher.c32 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 DOpteeClientInterface.h54 } 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 Drkcrypto_otp_key.c224 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 Drkcrypto_core.c59 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 Dtest_cipher.c94 rk_cipher_config cipher_cfg; in test_cipher_item_virt()
249 rk_cipher_config cipher_cfg; in test_cipher_item_fd()
H A Dtest_multi.c55 rk_cipher_config cipher_cfg; in test_nosupport_multi()
H A Dtest_otp_key_crypto.c151 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 Dtest_throughput.c27 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 DOpteeClientInterface.c936 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()