ablkcipher_tfm
Regular
4.4
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
int (*givencrypt)(struct skcipher_givcrypt_request *);
int (*givdecrypt)(struct skcipher_givcrypt_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
4.8
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
4.10
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
4.13
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
4.15
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
4.18
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
5.0
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
5.3
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
5.4
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
armhf
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
ppc64el
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
riscv64
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
aws
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
azure
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
gcp
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
lowlatency
: ✅struct ablkcipher_tfm {
int (*setkey)(struct crypto_ablkcipher *, const u8 *, unsigned int);
int (*encrypt)(struct ablkcipher_request *);
int (*decrypt)(struct ablkcipher_request *);
struct crypto_ablkcipher *base;
unsigned int ivsize;
unsigned int reqsize;
};
Regular
4.4
and 4.8
⚠️int (*givencrypt)(struct skcipher_givcrypt_request *)
int (*givdecrypt)(struct skcipher_givcrypt_request *)
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅