--- pgp/src/rsaglue.h 2018/04/24 16:40:59 1.1.1.2 +++ pgp/src/rsaglue.h 2018/04/24 16:42:15 1.1.1.3 @@ -1,17 +1,17 @@ -/* rsaglue.h - Glue routines for RSA encryption and decryption */ - -extern char signon_legalese[]; - -/* Declarations */ -int -rsa_public_encrypt(unitptr outbuf, byteptr inbuf, short bytes, - unitptr E, unitptr N); -int -rsa_private_encrypt(unitptr outbuf, byteptr inbuf, short bytes, - unitptr E, unitptr D, unitptr P, unitptr Q, unitptr U, unitptr N); -int -rsa_public_decrypt(byteptr outbuf, unitptr inbuf, - unitptr E, unitptr N); -int -rsa_private_decrypt(byteptr outbuf, unitptr inbuf, - unitptr E, unitptr D, unitptr P, unitptr Q, unitptr U, unitptr N); +/* rsaglue.h - Glue routines for RSA encryption and decryption */ + +extern char signon_legalese[]; + +/* Declarations */ +int +rsa_public_encrypt(unitptr outbuf, byteptr inbuf, short bytes, + unitptr E, unitptr N); +int +rsa_private_encrypt(unitptr outbuf, byteptr inbuf, short bytes, + unitptr E, unitptr D, unitptr P, unitptr Q, unitptr U, unitptr N); +int +rsa_public_decrypt(byteptr outbuf, unitptr inbuf, + unitptr E, unitptr N); +int +rsa_private_decrypt(byteptr outbuf, unitptr inbuf, + unitptr E, unitptr D, unitptr P, unitptr Q, unitptr U, unitptr N);