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.
36 * ecc_is_key_valid() - Validate a given ECDH private key
49 * ecc_gen_privkey() - Generates an ECC private key.
51 * prime that is the order of the cyclic subgroup generated by the distinguished
55 * @private_key: buffer for storing the generated private key
57 * Returns 0 if the private key was generated successfully, a negative value
63 * ecc_make_pub_key() - Compute an ECC public key
68 * @public_key: buffer for storing the generated public key
70 * Returns 0 if the public key was generated successfully, a negative value
77 * crypto_ecdh_shared_secret() - Compute a shared secret
88 * Returns 0 if the shared secret was generated successfully, a negative value