Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dspeck.c156 static __always_inline void speck64_unround(u32 *x, u32 *y, u32 k) in speck64_unround() function
193 speck64_unround(&x, &y, ctx->round_keys[i]); in crypto_speck64_decrypt()