Searched refs:xchacha_neon (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | chacha-neon-glue.c | 146 static int xchacha_neon(struct skcipher_request *req) in xchacha_neon() function 194 .encrypt = xchacha_neon, 195 .decrypt = xchacha_neon, 210 .encrypt = xchacha_neon, 211 .decrypt = xchacha_neon,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | chacha-neon-glue.c | 146 static int xchacha_neon(struct skcipher_request *req) in xchacha_neon() function 194 .encrypt = xchacha_neon, 195 .decrypt = xchacha_neon, 210 .encrypt = xchacha_neon, 211 .decrypt = xchacha_neon,
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | chacha-glue.c | 189 static int xchacha_neon(struct skcipher_request *req) in xchacha_neon() function 274 .encrypt = xchacha_neon, 275 .decrypt = xchacha_neon, 290 .encrypt = xchacha_neon, 291 .decrypt = xchacha_neon,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | chacha-glue.c | 190 static int xchacha_neon(struct skcipher_request *req) in xchacha_neon() function 275 .encrypt = xchacha_neon, 276 .decrypt = xchacha_neon, 291 .encrypt = xchacha_neon, 292 .decrypt = xchacha_neon,
|
Completed in 3 milliseconds