Lines Matching +full:software +full:- +full:generated
14 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 * ecc_swap_digits() - Copy ndigits from big endian array to native array
56 out[i] = get_unaligned_be64(&src[ndigits - 1 - i]); in ecc_swap_digits()
60 * ecc_is_key_valid() - Validate a given ECDH private key
73 * ecc_gen_privkey() - Generates an ECC private key.
75 * prime that is the order of the cyclic subgroup generated by the distinguished
79 * @private_key: buffer for storing the generated private key
81 * Returns 0 if the private key was generated successfully, a negative value
87 * ecc_make_pub_key() - Compute an ECC public key
92 * @public_key: buffer for storing the generated public key
94 * Returns 0 if the public key was generated successfully, a negative value
101 * crypto_ecdh_shared_secret() - Compute a shared secret
112 * Returns 0 if the shared secret was generated successfully, a negative value
120 * ecc_is_pubkey_valid_partial() - Partial public key validation
125 * Valdiate public key according to SP800-56A section 5.6.2.3.4 ECC Partial
126 * Public-Key Validation Routine.
131 * Return: 0 if validation is successful, -EINVAL if validation is failed.
137 * ecc_is_pubkey_valid_full() - Full public key validation
142 * Valdiate public key according to SP800-56A section 5.6.2.3.3 ECC Full
143 * Public-Key Validation Routine.
145 * Return: 0 if validation is successful, -EINVAL if validation is failed.
151 * vli_is_zero() - Determine is vli is zero
159 * vli_cmp() - compare left and right vlis
165 * Returns sign of @left - @right, i.e. -1 if @left < @right,
171 * vli_sub() - Subtracts right from left
178 * Note: can modify in-place.
186 * vli_from_be64() - Load vli from big-endian u64 array
195 * vli_from_le64() - Load vli from little-endian u64 array
204 * vli_mod_inv() - Modular inversion
215 * vli_mod_mult_slow() - Modular multiplication
229 * vli_num_bits() - Counts the number of bits required for vli.
239 * ecc_aloc_point() - Allocate ECC point.
248 * ecc_free_point() - Free ECC point.
255 * ecc_point_is_zero() - Check if point is zero.
264 * ecc_point_mult_shamir() - Add two points multiplied by scalars