Home
last modified time | relevance | path

Searched refs:OTP_RSA_HASH_ADDR (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/include/configs/
H A Drk3562_common.h43 #define OTP_RSA_HASH_ADDR 0x180 macro
H A Drk3588_common.h43 #define OTP_RSA_HASH_ADDR 0x9c0 macro
H A Drk3308_common.h42 #define OTP_RSA_HASH_ADDR 0x10 macro
H A Drk3568_common.h44 #define OTP_RSA_HASH_ADDR 0x90 macro
H A Drv1126_common.h44 #define OTP_RSA_HASH_ADDR 0x10 macro
H A Drk3528_common.h57 #define OTP_RSA_HASH_ADDR 0x180 macro
H A Drv1106_common.h43 #define OTP_RSA_HASH_ADDR 0x90 macro
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-verify.c684 ret = misc_otp_read(dev, OTP_RSA_HASH_ADDR, digest_read, OTP_RSA_HASH_SIZE); in rsa_burn_key_hash()
696 ret = misc_otp_write(dev, OTP_RSA_HASH_ADDR, digest, OTP_RSA_HASH_SIZE); in rsa_burn_key_hash()
701 ret = misc_otp_read(dev, OTP_RSA_HASH_ADDR, digest_read, OTP_RSA_HASH_SIZE); in rsa_burn_key_hash()