scomp_alg
static struct scomp_alg scomp = {
static struct scomp_alg scomp = {
static struct scomp_alg scomp = {
static struct scomp_alg scomp = {
static struct scomp_alg scomp = {
struct scomp_alg *alg = crypto_scomp_alg(__crypto_scomp_tfm(tfm));
struct scomp_alg *scomp = __crypto_scomp_alg(alg);
.algsize = offsetof(struct scomp_alg, base),
static void scomp_prepare_alg(struct scomp_alg *alg)
int crypto_register_scomp(struct scomp_alg *alg)
void crypto_unregister_scomp(struct scomp_alg *alg)
int crypto_register_scomps(struct scomp_alg *algs, int count)
void crypto_unregister_scomps(struct scomp_alg *algs, int count)
static struct scomp_alg nx842_powernv_alg = {
static struct scomp_alg nx842_pseries_alg = {
void crypto_unregister_scomp(struct scomp_alg *alg);
int crypto_register_scomps(struct scomp_alg *algs, int count);
void crypto_unregister_scomps(struct scomp_alg *algs, int count);
static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg)
return container_of(alg, struct scomp_alg, base);
static inline struct scomp_alg *crypto_scomp_alg(struct crypto_scomp *tfm)
int crypto_register_scomp(struct scomp_alg *alg);