Home
last modified time | relevance | path

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

/crypto/
Dsalsa20_generic.c58 static void salsa20_wordtobyte(u8 output[64], const u32 input[16]) in salsa20_wordtobyte() function
148 salsa20_wordtobyte(buf, ctx->input); in salsa20_encrypt_bytes()