Home
last modified time | relevance | path

Searched refs:rk_oem_otp_key_cipher_virt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_otpkey.c141 res = rk_oem_otp_key_cipher_virt(key_id, &config, input, output, data_len); in demo_otpkey_virt()
157 res = rk_oem_otp_key_cipher_virt(key_id, &config, output, output, data_len); in demo_otpkey_virt()
/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,
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_otp_key_crypto.c229 rk_res = rk_oem_otp_key_cipher_virt(key_id, &cipher_cfg, in test_otp_key_item_virt()
H A Dtest_throughput.c58 res = rk_oem_otp_key_cipher_virt(key_id, &config, in_out, in_out, data_len); in test_otp_key_item_tp()
/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() function