Home
last modified time | relevance | path

Searched defs:pubkey_hdr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Ddigsig.h31 struct pubkey_hdr { struct
32 uint8_t version; /* key format version */
33 uint32_t timestamp; /* key made, always 0 for now */
34 uint8_t algo;
35 uint8_t nmpi;
36 char mpi[0];
/kernel/linux/linux-5.10/include/linux/
Ddigsig.h27 struct pubkey_hdr { struct
28 uint8_t version; /* key format version */
29 uint32_t timestamp; /* key made, always 0 for now */
30 uint8_t algo;
31 uint8_t nmpi;
32 char mpi[];