Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ux500/hash/
Dhash_core.c447 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_hw_write_key()
611 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_processblock()
638 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_messagepad()
714 HASH_CLEAR_BITS(&device_data->base->cr, HASH_CR_ALGO_MASK); in hash_setconfiguration()
728 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()
740 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()
775 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_begin()
905 HASH_CLEAR_BITS(&device_data->base->cr, in hash_dma_final()
Dhash_alg.h101 #define HASH_CLEAR_BITS(reg_name, mask) \ macro