Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2rsa.h15 struct vb2_public_key { struct
16 uint32_t arrsize; /* Length of n[] and rr[] in number of uint32_t */
17 uint32_t n0inv; /* -1 / n[0] mod 2^32 */
18 const uint32_t *n; /* Modulus as little endian array */
19 const uint32_t *rr; /* R^2 as little endian array */
20 enum vb2_signature_algorithm sig_alg; /* Signature algorithm */
21 enum vb2_hash_algorithm hash_alg; /* Hash algorithm */
22 const char *desc; /* Description */
23 uint32_t version; /* Key version */
24 const struct vb2_guid *guid; /* Key GUID */