union @162305117151260234136356364136041353210355154177 key
Sense key.
struct golan_eq_context ctx
u8 signature
CPU signature.
pseudo_bit_t value[0x00020]
void digest_null_init(void *ctx __unused)
struct cipher_algorithm cipher_null
void cipher_null_setiv(void *ctx __unused, const void *iv __unused, size_t ivlen __unused)
void cipher_null_encrypt(void *ctx __unused, const void *src, void *dst, size_t len)
int pubkey_null_decrypt(const struct asn1_cursor *key __unused, const struct asn1_cursor *ciphertext __unused, struct asn1_builder *plaintext __unused)
void digest_null_final(void *ctx __unused, void *out __unused)
int pubkey_null_sign(const struct asn1_cursor *key __unused, struct digest_algorithm *digest __unused, const void *value __unused, struct asn1_builder *signature __unused)
int pubkey_null_verify(const struct asn1_cursor *key __unused, struct digest_algorithm *digest __unused, const void *value __unused, const struct asn1_cursor *signature __unused)
struct pubkey_algorithm pubkey_null
void cipher_null_decrypt(void *ctx __unused, const void *src, void *dst, size_t len)
void digest_null_update(void *ctx __unused, const void *src __unused, size_t len __unused)
int pubkey_null_encrypt(const struct asn1_cursor *key __unused, const struct asn1_cursor *plaintext __unused, struct asn1_builder *ciphertext __unused)
void cipher_null_auth(void *ctx __unused, void *auth __unused)
int cipher_null_setkey(void *ctx __unused, const void *key __unused, size_t keylen __unused)
struct digest_algorithm digest_null
#define __unused
Declare a variable or data structure as unused.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
void * memcpy(void *dest, const void *src, size_t len) __nonnull
A message digest algorithm.
u8 iv[16]
Initialization vector.