Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Dchacha-p10-glue.c87 static int chacha_p10_stream_xor(struct skcipher_request *req, in chacha_p10_stream_xor() function
129 return chacha_p10_stream_xor(req, ctx, req->iv); in chacha_p10()
146 return chacha_p10_stream_xor(req, &subctx, real_iv); in xchacha_p10()