Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/u-boot/
H A Drsa-mod-exp.h21 struct key_prop { struct
22 const void *rr; /* R^2 can be treated as byte array */
23 const void *modulus; /* modulus as byte array */
24 uint32_t burn_key; /* The flag to burn key's hash */
25 const void *public_exponent; /* public exponent as byte array */
49 struct key_prop *node, uint8_t *out); argument