Searched defs:must (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKitTools/pywebsocket/test/
H A Dtest_memorizingfile.py10 # * Redistributions of source code must retain the above copyright
12 # * Redistributions in binary form must reproduce the above
39 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_util.py10 # * Redistributions of source code must retain the above copyright
12 # * Redistributions in binary form must reproduce the above
38 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_dispatch.py10 # * Redistributions of source code must retain the above copyright
12 # * Redistributions in binary form must reproduce the above
40 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_handshake.py10 # * Redistributions of source code must retain the above copyright
12 # * Redistributions in binary form must reproduce the above
38 import config # This must be imported before mod_pywebsocket. namespace
H A Dtest_msgutil.py10 # * Redistributions of source code must retain the above copyright
12 # * Redistributions in binary form must reproduce the above
39 import config # This must be imported before mod_pywebsocket. namespace
/external/dropbear/libtomcrypt/
H A Dcrypt.tex320 must pass it the length of the buffer where the output will be stored. For example:
395 must pass in (a pointer to) an array of 32 \textit{unsigned char} variables. Certain routines (such as SAFER+) take
411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible
493 setup function must also call the respective cipher done function when finished.
594 For a plugin to be compliant it must provide at least each function listed before the accelerators begin. Accelerators are optional,
703 /* you must register a cipher before you use it */
724 to use a cipher with the descriptor table you must register it first using:
876 the initialization vector to be used with the cipher. You must fill the IV yourself and it is assumed they are the same
913 In the ECB and CBC cases, \textit{len} must be a multiple of the ciphers block size. In the CBC case, you must manuall
[all...]

Completed in 55 milliseconds