Searched refs:derived (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpwdbased.h21 virtual unsigned int DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *password, size_t passwordLen, const byte *salt, size_t saltLen, unsigned int iterations, double timeInSeconds=0) const =0;
32 unsigned int DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *password, size_t passwordLen, const byte *salt, size_t saltLen, unsigned int iterations, double timeInSeconds=0) const;
42 unsigned int DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *password, size_t passwordLen, const byte *salt, size_t saltLen, unsigned int iterations, double timeInSeconds=0) const;
56 unsigned int PKCS5_PBKDF1<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *password, size_t passwordLen, const byte *salt, size_t saltLen, unsigned int iterations, double timeInSeconds) const argument
80 memcpy(derived, buffer, derivedLen);
85 unsigned int PKCS5_PBKDF2_HMAC<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *password, size_t passwordLen, const byte *salt, size_t saltLen, unsigned int iterations, double timeInSeconds) const argument
110 memcpy(derived, buffer, segmentLen);
121 xorbuf(derived, buffer, segmentLen);
130 derived += segmentLen;
145 unsigned int DeriveKey(byte *derived, size_
149 DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *password, size_t passwordLen, const byte *salt, size_t saltLen, unsigned int iterations, double timeInSeconds) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcombopopup.tex15 an interface class must be derived from wxComboPopup. For more information
50 The derived class must implement this to create the popup control.
68 The derived class may implement this to return adjusted size
88 The derived class must implement this to return pointer
96 The derived class must implement this to return
104 The derived class must implement this to initialize
123 The derived class may implement this to return
138 The derived class may implement this to do something
146 The derived class may implement this to receive
156 The derived clas
[all...]
H A Ddobjsmpl.tex15 \helpref{wxDataObject}{wxdataobject} class. The data object of (a class derived
20 be derived from.
22 \pythonnote{If you wish to create a derived wxDataObjectSimple class in
81 Gets the size of our data. Must be implemented in the derived class if the
89 derived class if the object supports rendering its data.
100 the derived class if the object supports setting its data.
H A Ddestroyevt.tex7 %is destroyed. Since it is derived from wxCommandEvent, the event propagates up
13 When a class derived from wxWindow is destroyed its destructor will have
H A Dmodule.tex11 initialization, wxWidgets will find all classes derived from wxModule, create
79 Call this function from the constructor of the derived class. \arg{dep} must be
80 the \helpref{CLASSINFO}{classinfo} of a wxModule-derived class and the
H A Dcreateevt.tex4 has been created. Since it is derived from wxCommandEvent, the event propagates up
H A Dgridwork.tex43 left to the derived classes.
H A Dhtwidget.tex8 wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived
H A Dtusage.tex5 duplicated in derived classes unless their behaviour is different. So in
H A Dhtmlstrt.tex7 Class \helpref{wxHtmlWindow}{wxhtmlwindow} (derived from wxScrolledWindow)
30 Because wxHtmlWindow is derived from wxScrolledWindow and not from
H A Dhtparser.tex8 Classes derived from this handle the {\bf generic} parsing of HTML documents: it scans
51 This may (and may not) be overwritten in derived class.
66 method should not be called directly by user but rather by derived class'
79 Must be overwritten in derived class.
119 representation in derived parser (but it must be derived from wxObject!).
135 in derived class)
144 of {\it OpenURL} in derived class.
H A Dnode.tex4 \helpref{wxList}{wxlist}) and derived classes. You should never use wxNodeBase
6 this is unsafe. Use wxNodeBase-derived classes which are automatically defined
H A Dtcpclint.tex47 derived connection object.
55 own derived connection object. By default, a wxTCPConnection
H A Dtipprov.tex39 pure virtual, it should be implemented in the derived classes.
47 to translate. You can optionally override this in your custom user-derived class
H A Devent.tex9 \perlnote{In wxPerl custom event classes should be derived from
41 should typically only be set in the constructors of the derived classes. It
65 events fully implement this method, but any derived events implemented by the
67 derived from them) are ever posted.
122 Returns true if the event is or is derived from
H A Dobject.tex5 destructors get called for all derived class objects where necessary.
57 A virtual function that may be redefined by derived classes to allow dumping of
69 Currently wxWidgets does not define Dump for derived classes, but
111 this one or is derived from it.
209 you will need to cast to your own derived class.
H A Dfilesysh.tex8 Classes derived from wxFileSystemHandler are used
71 Must be overridden in derived handlers.
142 Must be overridden in derived handlers.
H A Dthreadh.tex9 synchronize with its worker thread in its own wxThread derived object.
15 Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created
86 be implemented by any derived class. The thread execution will start here.
H A Dtrefcount.tex36 \helpref{wxObject}{wxobject}-derived classes, you should not use the $==$ and $!=$ operators
90 in fact, all times you'll need to read the data from your wxObject-derived class,
94 wxObject-derived class, you must first call the wxObject::UnShare
H A Dclientdat.tex14 derived from the wxClientData class to a container.
58 derived from the wxClientData class to a container.
H A Dddeclint.tex49 derived connection object.
57 own derived connection object. By default, a wxDDEConnection
H A Ddirtrav.tex84 This is a pure virtual function and must be implemented in the derived class.
95 This is a pure virtual function and must be implemented in the derived class.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dezusb_convert.pl38 * from which it was derived.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dradiocmn.cpp270 wxString wxRadioBoxBase::DoGetHelpTextAtPoint(const wxWindow *derived,
285 return derived->wxWindowBase::GetHelpTextAtPoint(pt, origin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dradiobox.h133 wxString DoGetHelpTextAtPoint(const wxWindow *derived,

Completed in 105 milliseconds

123456