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.
46 * ecc_swap_digits() - Copy ndigits from big endian array to native array
57 out[i] = get_unaligned_be64(&src[ndigits - 1 - i]); in ecc_swap_digits()
61 * ecc_digits_from_bytes() - Create ndigits-sized digits array from byte array
74 * ecc_is_key_valid() - Validate a given ECDH private key
87 * ecc_gen_privkey() - Generates an ECC private key.
89 * prime that is the order of the cyclic subgroup generated by the distinguished
93 * @private_key: buffer for storing the generated private key
95 * Returns 0 if the private key was generated successfully, a negative value
102 * ecc_make_pub_key() - Compute an ECC public key
107 * @public_key: buffer for storing the generated public key
109 * Returns 0 if the public key was generated successfully, a negative value
116 * crypto_ecdh_shared_secret() - Compute a shared secret
127 * Returns 0 if the shared secret was generated successfully, a negative value
135 * ecc_is_pubkey_valid_partial() - Partial public key validation
140 * Valdiate public key according to SP800-56A section 5.6.2.3.4 ECC Partial
141 * Public-Key Validation Routine.
146 * Return: 0 if validation is successful, -EINVAL if validation is failed.
152 * ecc_is_pubkey_valid_full() - Full public key validation
157 * Valdiate public key according to SP800-56A section 5.6.2.3.3 ECC Full
158 * Public-Key Validation Routine.
160 * Return: 0 if validation is successful, -EINVAL if validation is failed.
166 * vli_is_zero() - Determine is vli is zero
174 * vli_cmp() - compare left and right vlis
180 * Returns sign of @left - @right, i.e. -1 if @left < @right,
186 * vli_sub() - Subtracts right from left
193 * Note: can modify in-place.
201 * vli_from_be64() - Load vli from big-endian u64 array
210 * vli_from_le64() - Load vli from little-endian u64 array
219 * vli_mod_inv() - Modular inversion
230 * vli_mod_mult_slow() - Modular multiplication
244 * vli_num_bits() - Counts the number of bits required for vli.
254 * ecc_aloc_point() - Allocate ECC point.
263 * ecc_free_point() - Free ECC point.
270 * ecc_point_is_zero() - Check if point is zero.
279 * ecc_point_mult_shamir() - Add two points multiplied by scalars