Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/master
/
.
/
arch
/
powerpc
/
crypto
/
aesp8-ppc.h
blob: c68f5b6965fa16c9d3c4e7eed35e15643dc253d4 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#include
<linux/types.h>
#include
<crypto/aes.h>
extern
struct
skcipher_alg p8_aes_cbc_alg
;
extern
struct
skcipher_alg p8_aes_ctr_alg
;
extern
struct
skcipher_alg p8_aes_xts_alg
;