Home
last modified time | relevance | path

Searched refs:HASH_CLEAR_BITS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/crypto/ux500/hash/
Dhash_core.c432 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_hw_write_key()
596 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_processblock()
623 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_messagepad()
699 HASH_CLEAR_BITS(&device_data->base->cr, HASH_CR_ALGO_MASK); in hash_setconfiguration()
713 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()
725 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()
760 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_begin()
891 HASH_CLEAR_BITS(&device_data->base->cr, in hash_dma_final()
Dhash_alg.h101 #define HASH_CLEAR_BITS(reg_name, mask) \ macro