Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha3.c196 #define sha3_keccakf sha3_keccakf_generic macro
213 sha3_keccakf(&ctx->state); in __sha3_update()
239 sha3_keccakf(&ctx->state); in sha3_final()
269 sha3_keccakf(&ctx->state); in shake_squeeze()
/linux/lib/crypto/s390/
H A Dsha3.h48 static void sha3_keccakf(struct sha3_state *state) in sha3_keccakf() function