struct golan_eq_context ctx
u8 signature
CPU signature.
union @162305117151260234136356364136041353210355154177 key
pseudo_bit_t value[0x00020]
int pubkey_null_decrypt(struct pubkey_algorithm *pubkey __unused, const struct asn1_cursor *key __unused, const struct asn1_cursor *ciphertext __unused, struct asn1_builder *plaintext __unused)
struct cipher_algorithm cipher_null
void digest_null_init(struct digest_algorithm *digest __unused, void *ctx __unused)
int pubkey_null_match(struct pubkey_algorithm *pubkey __unused, const struct asn1_cursor *private_key __unused, const struct asn1_cursor *public_key __unused)
int cipher_null_setiv(struct cipher_algorithm *cipher __unused, void *ctx __unused, const void *iv __unused, size_t ivlen __unused)
void digest_null_update(struct digest_algorithm *digest __unused, void *ctx __unused, const void *src __unused, size_t len __unused)
int pubkey_null_verify(struct pubkey_algorithm *pubkey __unused, const struct asn1_cursor *key __unused, struct digest_algorithm *digest __unused, const void *value __unused, const struct asn1_cursor *signature __unused)
void cipher_null_auth(struct cipher_algorithm *cipher __unused, void *ctx __unused, void *auth __unused)
void cipher_null_decrypt(struct cipher_algorithm *cipher __unused, void *ctx __unused, const void *src, void *dst, size_t len)
struct pubkey_algorithm pubkey_null
int cipher_null_setkey(struct cipher_algorithm *cipher __unused, void *ctx __unused, const void *key __unused, size_t keylen __unused)
int pubkey_null_sign(struct pubkey_algorithm *pubkey __unused, const struct asn1_cursor *key __unused, struct digest_algorithm *digest __unused, const void *value __unused, struct asn1_builder *signature __unused)
void cipher_null_encrypt(struct cipher_algorithm *cipher __unused, void *ctx __unused, const void *src, void *dst, size_t len)
void digest_null_final(struct digest_algorithm *digest __unused, void *ctx __unused, void *out __unused)
struct digest_algorithm digest_null
int pubkey_null_encrypt(struct pubkey_algorithm *pubkey __unused, const struct asn1_cursor *key __unused, const struct asn1_cursor *plaintext __unused, struct asn1_builder *ciphertext __unused)
#define __unused
Declare a variable or data structure as unused.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define ENOTTY
Inappropriate I/O control operation.
#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.