Searched defs:key_prop (Results 1 – 1 of 1) sorted by relevance
21 struct key_prop { struct22 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