src/cipher.h

changeset 12388
3a25d96abdaf
parent 12382
5ef67596b420
child 12389
7196ba664097
equal deleted inserted replaced
12387:913d216b13b2 12388:3a25d96abdaf
384 * 384 *
385 * @return The cipher data 385 * @return The cipher data
386 */ 386 */
387 gpointer gaim_cipher_context_get_data(GaimCipherContext *context); 387 gpointer gaim_cipher_context_get_data(GaimCipherContext *context);
388 388
389 /*@}*/
390 /*****************************************************************************/
391 /** @name Gaim Cipher HTTP Digest Helper Functions */
392 /*****************************************************************************/
393 /*@{*/
394
389 /** 395 /**
390 * Calculates a session key for HTTP Digest authentation 396 * Calculates a session key for HTTP Digest authentation
391 * 397 *
392 * See RFC 2617 for more information. 398 * See RFC 2617 for more information.
393 * 399 *

mercurial