Searched refs:CRYPTO_PKA_L0 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 142 crypto_write(size_bits, CRYPTO_PKA_L0 + 4 * (entry_num)); in rk_pka_set_regsize() 148 *size_bits = crypto_read(CRYPTO_PKA_L0 + 4 * (entry_num)); in rk_pka_read_regsize() 347 crypto_write(regs_sizes_ptr[i], CRYPTO_PKA_L0 + 4 * i); in rk_pka_set_sizes_tab() 352 crypto_write(max_size_bits, CRYPTO_PKA_L0); in rk_pka_set_sizes_tab() 355 crypto_write(32 * maxsize_words + 32, CRYPTO_PKA_L0 + 4); in rk_pka_set_sizes_tab() 362 crypto_write(0xFFFFFFFF, CRYPTO_PKA_L0 + 4 * i); in rk_pka_set_sizes_tab() 478 crypto_write(32 * regsize_words, CRYPTO_PKA_L0 + 3 * 4); in rk_pka_init() 989 crypto_write(exact_size, CRYPTO_PKA_L0); in rk_exptmod() 992 crypto_write(exact_size + 32, CRYPTO_PKA_L0 + 4); in rk_exptmod() 1072 crypto_write(exact_size, CRYPTO_PKA_L0); in rk_exptmod_np() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 210 PKA_WRITE(PKA_WORDS2BITS(words), CRYPTO_PKA_L0 + index * sizeof(u32)); in pka_set_len_words() 216 return PKA_BITS2WORDS(PKA_READ(CRYPTO_PKA_L0 + (index) * sizeof(u32))); in pka_get_len_words()
|
| H A D | rk_crypto_v2_reg.h | 361 #define CRYPTO_PKA_L0 (0x00890 - CRYPTO_PKA_BASE_OFFSET) macro
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2.h | 540 #define CRYPTO_PKA_L0 0x00890 macro
|