mwChannel_addSupportedCipherInstance ( mwChannel* chan, mwCipherInstance* ci )Field 'ci->cipher' in 2nd parameter 'ci' (pointer) has base type 'mwCipher'.
mwChannel_selectCipherInstance ( mwChannel* chan, mwCipherInstance* ci )Field 'ci->cipher' in 2nd parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipher_free ( mwCipher* cipher )1st parameter 'cipher' (pointer) has base type 'mwCipher'.
mwCipher_getDesc ( mwCipher* cipher )1st parameter 'cipher' (pointer) has base type 'mwCipher'.
mwCipher_getName ( mwCipher* cipher )1st parameter 'cipher' (pointer) has base type 'mwCipher'.
mwCipher_getSession ( mwCipher* cipher )1st parameter 'cipher' (pointer) has base type 'mwCipher'.
mwCipher_getType ( mwCipher* cipher )1st parameter 'cipher' (pointer) has base type 'mwCipher'.
mwCipher_new_RC2_40 ( mwSession* s )Return value (pointer) has base type 'mwCipher'.
mwCipher_newInstance ( mwCipher* cipher, mwChannel* channel )1st parameter 'cipher' (pointer) has base type 'mwCipher'.
mwCipherInstance_accept ( mwCipherInstance* ci )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_accepted ( mwCipherInstance* ci, mwEncryptItem* item )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_decrypt ( mwCipherInstance* ci, mwOpaque* data )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_encrypt ( mwCipherInstance* ci, mwOpaque* data )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_free ( mwCipherInstance* ci )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_getCipher ( mwCipherInstance* ci )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_newItem ( mwCipherInstance* ci )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_offer ( mwCipherInstance* ci )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwCipherInstance_offered ( mwCipherInstance* ci, mwEncryptItem* item )Field 'ci->cipher' in 1st parameter 'ci' (pointer) has base type 'mwCipher'.
mwSession_addCipher ( mwSession* p1, mwCipher* p2 )2nd parameter 'p2' (pointer) has base type 'mwCipher'.
mwSession_getCipher ( mwSession* p1, guint16 type )Return value (pointer) has base type 'mwCipher'.
mwSession_removeCipher ( mwSession* p1, guint16 type )Return value (pointer) has base type 'mwCipher'.