Home | History | Annotate | Download | only in curve25519

Lines Matching refs:SHA512_Update

4630   SHA512_Update(&hash_ctx, az + 32, 32);
4631 SHA512_Update(&hash_ctx, message, message_len);
4641 SHA512_Update(&hash_ctx, out_sig, 32);
4642 SHA512_Update(&hash_ctx, private_key + 32, 32);
4643 SHA512_Update(&hash_ctx, message, message_len);
4670 SHA512_Update(&hash_ctx, signature, 32);
4671 SHA512_Update(&hash_ctx, public_key, 32);
4672 SHA512_Update(&hash_ctx, message, message_len);