Lines Matching full:rsa
17 * caam_priv_key_form - CAAM RSA private key representation
18 * CAAM RSA private key may have either of three forms.
22 * n the RSA modulus
23 * d the RSA private exponent
27 * p the first prime factor of the RSA modulus n
28 * q the second prime factor of the RSA modulus n
29 * d the RSA private exponent
33 * p the first prime factor of the RSA modulus n
34 * q the second prime factor of the RSA modulus n
49 * caam_rsa_key - CAAM RSA key structure. Keys are allocated in DMA zone.
50 * @n : RSA modulus raw byte stream
51 * @e : RSA public exponent raw byte stream
52 * @d : RSA private exponent raw byte stream
53 * @p : RSA prime factor p of RSA modulus n
54 * @q : RSA prime factor q of RSA modulus n
55 * @dp : RSA CRT exponent of p
56 * @dp : RSA CRT exponent of q
57 * @qinv : RSA CRT coefficient
62 * @n_sz : length in bytes of RSA modulus n
63 * @e_sz : length in bytes of RSA public exponent
64 * @d_sz : length in bytes of RSA private exponent
65 * @p_sz : length in bytes of RSA prime factor p of RSA modulus n
66 * @q_sz : length in bytes of RSA prime factor q of RSA modulus n
67 * @priv_form : CAAM RSA private key representation
90 * @key : RSA key in DMA zone
106 * @edesc : s/w-extended rsa descriptor
119 * rsa_edesc - s/w-extended rsa descriptor
128 * @pdb : specific RSA Protocol Data Block (PDB)