Home
last modified time | relevance | path

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

/drivers/crypto/ux500/hash/
Dhash_core.c438 HASH_SET_DIN(key_word, nwords); in hash_hw_write_key()
451 HASH_SET_DIN(&word, nwords); in hash_hw_write_key()
603 HASH_SET_DIN(message, len); in hash_processblock()
629 HASH_SET_DIN(message, nwords); in hash_messagepad()
635 HASH_SET_DIN(message, nwords); in hash_messagepad()
Dhash_alg.h108 #define HASH_SET_DIN(val, len) writesl(&device_data->base->din, (val), (len)) macro