crypto_alg
Regular
4.4
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
atomic_t cra_refcnt;
char cra_name[64];
char cra_driver_name[64];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
4.8
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
atomic_t cra_refcnt;
char cra_name[64];
char cra_driver_name[64];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
4.10
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
atomic_t cra_refcnt;
char cra_name[64];
char cra_driver_name[64];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
4.13
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
atomic_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
4.15
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
atomic_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
4.18
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
5.0
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.3
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.4
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.8
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.11
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.13
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.15
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
5.19
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
6.2
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
6.5
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
6.8
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
};
arm64
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
armhf
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
ppc64el
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
riscv64
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
aws
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
azure
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
gcp
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
lowlatency
: ✅struct crypto_alg {
struct list_head cra_list;
struct list_head cra_users;
u32 cra_flags;
unsigned int cra_blocksize;
unsigned int cra_ctxsize;
unsigned int cra_alignmask;
int cra_priority;
refcount_t cra_refcnt;
char cra_name[128];
char cra_driver_name[128];
const struct crypto_type *cra_type;
union (anon) cra_u;
int (*cra_init)(struct crypto_tfm *);
void (*cra_exit)(struct crypto_tfm *);
void (*cra_destroy)(struct crypto_alg *);
struct module *cra_module;
union (anon) stats;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️char cra_name[64]
➡️ char cra_name[128]
char cra_driver_name[64]
➡️ char cra_driver_name[128]
4.13
and 4.15
✅
4.15
and 4.18
⚠️atomic_t cra_refcnt
➡️ refcount_t cra_refcnt
4.18
and 5.0
⚠️union (anon) stats
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️union (anon) stats
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅