keyring_index_keyRegular
4.4: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
4.8: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
4.10: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
4.13: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
4.15: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
4.18: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
5.0: ✅struct keyring_index_key {
struct key_type *type;
const char *description;
size_t desc_len;
};
5.3: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
5.4: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
5.8: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
5.11: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
5.13: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
5.15: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
5.19: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
6.2: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
6.5: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
6.8: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
arm64: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
armhf: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[2];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
ppc64el: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
riscv64: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
aws: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
azure: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
gcp: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
lowlatency: ✅struct keyring_index_key {
long unsigned int hash;
u16 desc_len;
char desc[6];
long unsigned int x;
struct key_type *type;
struct key_tag *domain_tag;
const char *description;
};
Regular
4.4 and 4.8 ✅
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 ⚠️long unsigned int hash
char desc[6]
long unsigned int x
struct key_tag *domain_tag
size_t desc_len ➡️ u16 desc_len
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 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ⚠️char desc[6] ➡️ char desc[2]
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅