Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Drsa_caam.h16 struct pk_in_params { struct
17 const uint8_t *e; /* public exponent as byte array */
18 uint32_t e_siz; /* size of e[] in number of bytes */
19 const uint8_t *n; /* modulus as byte array */
20 uint32_t n_siz; /* size of n[] in number of bytes */
21 const uint8_t *a; /* Signature as byte array */
22 uint32_t a_siz; /* size of a[] in number of bytes */
23 uint8_t *b; /* Result exp. modulus in number of bytes */
24 uint32_t b_siz; /* size of b[] in number of bytes */