Lines Matching +full:n +full:- +full:factor
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * caam - Freescale FSL CAAM support for Public Key Cryptography descriptors
18 * caam_priv_key_form - CAAM RSA private key representation
21 * 1. The first representation consists of the pair (n, d), where the
23 * n the RSA modulus
28 * p the first prime factor of the RSA modulus n
29 * q the second prime factor of the RSA modulus n
34 * p the first prime factor of the RSA modulus n
35 * q the second prime factor of the RSA modulus n
50 * caam_rsa_key - CAAM RSA key structure. Keys are allocated in DMA zone.
51 * @n : RSA modulus raw byte stream
54 * @p : RSA prime factor p of RSA modulus n
55 * @q : RSA prime factor q of RSA modulus n
63 * @n_sz : length in bytes of RSA modulus n
66 * @p_sz : length in bytes of RSA prime factor p of RSA modulus n
67 * @q_sz : length in bytes of RSA prime factor q of RSA modulus n
71 u8 *n; member
90 * caam_rsa_ctx - per session context.
105 * caam_rsa_req_ctx - per request context.
109 * @edesc : s/w-extended rsa descriptor
122 * rsa_edesc - s/w-extended rsa descriptor