libpurple/plugins/perl/common/Cipher.xs

branch
soc.2013.gobjectification
changeset 34965
9abd15d6da07
parent 34607
d6983411079e
child 35001
85144a4a7942
equal deleted inserted replaced
34964:54ebd3dcae16 34965:9abd15d6da07
15 }; 15 };
16 16
17 for (civ = const_iv + sizeof(const_iv) / sizeof(const_iv[0]); civ-- > const_iv; ) 17 for (civ = const_iv + sizeof(const_iv) / sizeof(const_iv[0]); civ-- > const_iv; )
18 newCONSTSUB(stash, (char *)civ->name, newSViv(civ->iv)); 18 newCONSTSUB(stash, (char *)civ->name, newSViv(civ->iv));
19 } 19 }
20
21 const gchar *
22 purple_cipher_get_name(cipher)
23 Purple::Cipher cipher
24 20
25 gchar_own* 21 gchar_own*
26 purple_http_digest_calculate_response(algorithm, method, digest_uri, qop, entity, nonce, nonce_count, client_nonce, session_key) 22 purple_http_digest_calculate_response(algorithm, method, digest_uri, qop, entity, nonce, nonce_count, client_nonce, session_key)
27 const gchar* algorithm 23 const gchar* algorithm
28 const gchar* method 24 const gchar* method

mercurial