Lines Matching +full:n +full:- +full:factor
2 * Copyright (C) 2021 - This file is part of libecc project
30 * n the RSA modulus, a positive integer
34 nn n; member
39 * n the RSA modulus, a positive integer
41 * p (OPTIONAL) the first factor, a positive integer
42 * q (OPTIONAL) the secod factor, a positive integer
45 * p the first factor, a positive integer
46 * q the second factor, a positive integer
47 * dP the first factor's CRT exponent, a positive integer
48 * dQ the second factor's CRT exponent, a positive integer
50 * r_i the i-th factor, a positive integer
51 * d_i the i-th factor's CRT exponent, a positive integer
52 * t_i the i-th factor's CRT coefficient, a positive integer
63 nn n; member
69 nn n; member
107 ATTRIBUTE_WARN_UNUSED_RET int rsa_import_pub_key(rsa_pub_key *pub, const u8 *n,
110 const u8 *n, u16 nlen, const u8 *d,