Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/mbedtls/programs/x509/
A Dcert_app.c175 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 Dverifygitlog.py31 def verify(sha): function
86 errors, warnings = verify(sha)
/AliOS-Things-master/components/mbedtls/library/
A Dmemory_buffer_alloc.c73 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 Dmemory_buffer_alloc.h88 void mbedtls_memory_buffer_set_verify( int verify );
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/
A DREADME5 I am unable to verify that they operate properly, because they
/AliOS-Things-master/components/amp/jslib/src/
A Dappota.js26 verify(options, cb) { method in UTILS_APPOTA
/AliOS-Things-master/components/amp/libjs/lib/
A Dappota.js26 verify(options, cb) { method in UTILS_APPOTA
/AliOS-Things-master/components/jsoncpp/
A Ddev.makefile9 gpg --verify $<.asc
/AliOS-Things-master/solutions/javascript_demo/ota_demo/
A Dota_4g.js64 ota.verify({
A Dota_wifi.js70 ota.verify({
/AliOS-Things-master/components/amp/example-js/
A Dota.js64 ota.verify({
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md31 …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 DREADME.rst54 4. verify with Tmall genius (as provisioner)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dtest262.conf186 test262/test/language/module-code/verify-dfs.js
/AliOS-Things-master/components/ota/
A DREADME.md52 │ └── verify
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DHOWTO-RELEASE88 11. In the source tree, verify that the version info in RELEASE-DATE,
/AliOS-Things-master/components/jsoncpp/CMakeFiles/
A DCMakeOutput.log25 …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 DREADME-WIN32.txt16 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 DREADME25 verify that you have the latest version of zlib; otherwise get the latest
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltconfig252 --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 Dltconfig252 --no-verify do not verify that HOST is a valid host type
291 --no-verify) verify_host=no ;;
/AliOS-Things-master/components/freetype/
A DFTL.TXT82 this license, you must contact us to verify this.
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.log68 …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 DKconfig469 to verify security and crypto functions.
/AliOS-Things-master/components/mbedtls/
A DChangeLog884 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)

Completed in 60 milliseconds

12