Home
last modified time | relevance | path

Searched refs:rk_write_oem_otp_key (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_otp_key_crypto.c126 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY0, in test_write_otp_key()
130 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY1, in test_write_otp_key()
134 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY2, in test_write_otp_key()
138 res = rk_write_oem_otp_key(RK_OEM_OTP_KEY3, in test_write_otp_key()
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_otpkey.c43 if (rk_write_oem_otp_key(RK_OEM_OTP_KEY0, otp_key_0, sizeof(otp_key_0))) in demo_otpkey()
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/include/
H A Drkcrypto_otp_key.h9 RK_RES rk_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id, uint8_t *key, uint32_t key_len);
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_otp_key.c63 RK_RES rk_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id, uint8_t *key, in rk_write_oem_otp_key() function