Home
last modified time | relevance | path

Searched refs:RK_OEM_OTP_KEY0 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_otpkey.c36 uint32_t key_id = RK_OEM_OTP_KEY0; in demo_otpkey()
43 if (rk_write_oem_otp_key(RK_OEM_OTP_KEY0, otp_key_0, sizeof(otp_key_0))) in demo_otpkey()
120 uint32_t key_id = RK_OEM_OTP_KEY0; in demo_otpkey_virt()
126 if (rk_write_oem_otp_key(RK_OEM_OTP_KEY0, otp_key_0, sizeof(otp_key_0))) in demo_otpkey_virt()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_otp_key_crypto.c45 RK_OEM_OTP_KEY0,
107 res = rk_set_oem_hr_otp_read_lock(RK_OEM_OTP_KEY0); in test_set_otp_tag()
126 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY0, in test_write_otp_key()
177 case RK_OEM_OTP_KEY0: in test_otp_key_item_virt()
315 case RK_OEM_OTP_KEY0: in test_otp_key_item_fd()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_otp_key.c73 RK_CRYPTO_CHECK_PARAM(key_id != RK_OEM_OTP_KEY0 && in rk_write_oem_otp_key()
130 RK_CRYPTO_CHECK_PARAM(key_id != RK_OEM_OTP_KEY0 && in rk_oem_otp_key_is_written()
185 RK_CRYPTO_CHECK_PARAM(key_id != RK_OEM_OTP_KEY0 && in rk_set_oem_hr_otp_read_lock()
235 RK_CRYPTO_CHECK_PARAM(key_id != RK_OEM_OTP_KEY0 && in rk_oem_otp_key_cipher_virt()
339 RK_CRYPTO_CHECK_PARAM(key_id != RK_OEM_OTP_KEY0 && in rk_oem_otp_key_cipher()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h135 RK_OEM_OTP_KEY0 = 0, enumerator
145 RK_RSA_KEY_TYPE_KEY0_ENC = RK_OEM_OTP_KEY0 +1,
/OK3568_Linux_fs/u-boot/include/optee_include/
H A DOpteeClientInterface.h13 RK_OEM_OTP_KEY0 = 0, enumerator
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientInterface.c948 if (key_id != RK_OEM_OTP_KEY0 && in trusty_oem_otp_key_cipher()