Home
last modified time | relevance | path

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

/drivers/crypto/ux500/hash/
Dhash_core.c433 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_hw_write_key()
598 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_processblock()
625 HASH_CLEAR_BITS(&device_data->base->str, HASH_STR_NBLW_MASK); in hash_messagepad()
701 HASH_CLEAR_BITS(&device_data->base->cr, HASH_CR_ALGO_MASK); in hash_setconfiguration()
715 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()
727 HASH_CLEAR_BITS(&device_data->base->cr, in hash_setconfiguration()
762 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