/AliOS-Things-master/components/mbedtls/programs/x509/ |
A D | cert_app.c | 175 int verify = 0; in main() local 276 verify = 1; in main() 286 verify = 1; in main() 300 verify = 1; in main() 357 if( verify ) in main() 427 if( verify ) in main()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | verifygitlog.py | 31 def verify(sha): function 86 errors, warnings = verify(sha)
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | memory_buffer_alloc.c | 73 int verify; member 314 if( ( heap.verify & MBEDTLS_MEMORY_VERIFY_ALLOC ) && verify_chain() != 0 ) in buffer_alloc_calloc() 372 if( ( heap.verify & MBEDTLS_MEMORY_VERIFY_ALLOC ) && verify_chain() != 0 ) in buffer_alloc_calloc() 494 if( ( heap.verify & MBEDTLS_MEMORY_VERIFY_FREE ) && verify_chain() != 0 ) in buffer_alloc_free() 498 void mbedtls_memory_buffer_set_verify( int verify ) in mbedtls_memory_buffer_set_verify() argument 500 heap.verify = verify; in mbedtls_memory_buffer_set_verify()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | memory_buffer_alloc.h | 88 void mbedtls_memory_buffer_set_verify( int verify );
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/ |
A D | README | 5 I am unable to verify that they operate properly, because they
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | appota.js | 26 verify(options, cb) { method in UTILS_APPOTA
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | appota.js | 26 verify(options, cb) { method in UTILS_APPOTA
|
/AliOS-Things-master/components/jsoncpp/ |
A D | dev.makefile | 9 gpg --verify $<.asc
|
/AliOS-Things-master/solutions/javascript_demo/ota_demo/ |
A D | ota_4g.js | 64 ota.verify({
|
A D | ota_wifi.js | 70 ota.verify({
|
/AliOS-Things-master/components/amp/example-js/ |
A D | ota.js | 64 ota.verify({
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 31 …rify.c): loads a PEM or DER private/public key file and uses the key to sign/verify a short string. 41 …(pkey/rsa_verify.c): loads an RSA private/public key and uses it to sign/verify a short string wit… 43 …y/rsa_verify_pss.c): loads an RSA private/public key and uses it to sign/verify a short string wit… 102 * [`test/ssl_cert_test.c`](test/ssl_cert_test.c): demonstrates how to verify X.509 certificates, an…
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | README.rst | 54 4. verify with Tmall genius (as provisioner)
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | test262.conf | 186 test262/test/language/module-code/verify-dfs.js
|
/AliOS-Things-master/components/ota/ |
A D | README.md | 52 │ └── verify
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | HOWTO-RELEASE | 88 11. In the source tree, verify that the version info in RELEASE-DATE,
|
/AliOS-Things-master/components/jsoncpp/CMakeFiles/ |
A D | CMakeOutput.log | 25 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --… 64 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --… 109 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --… 148 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | README-WIN32.txt | 16 verify that you have the latest version of zlib; otherwise get the latest
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | README | 25 verify that you have the latest version of zlib; otherwise get the latest
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltconfig | 252 --no-verify do not verify that HOST is a valid host type 291 --no-verify) verify_host=no ;;
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltconfig | 252 --no-verify do not verify that HOST is a valid host type 291 --no-verify) verify_host=no ;;
|
/AliOS-Things-master/components/freetype/ |
A D | FTL.TXT | 82 this license, you must contact us to verify this.
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.log | 68 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --… 331 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --… 369 …th-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --…
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 469 to verify security and crypto functions.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 884 chain was not verified due to an internal error (including in the verify 888 a fatal error in the verify callback. 1110 * Added hardware entropy selftest to verify that the hardware entropy source 2173 prototypes for the RSA sign and verify functions changed as a result 2488 * During verify trust-CA is only checked for expiration and CRL presence 2496 * Depth that the certificate verify callback receives is now numbered 2544 * Changed certificate verify behaviour to comply with RFC 6125 section 6.3 3042 * Updated rsa_check_privkey() to verify that (D*E) = 1 % (P-1)*(Q-1)
|