Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/tests/extmod/
A Ducryptolib_aes128_ctr.py21 crypto = _new(b"1234" * 4, b"5678" * 4) variable
22 enc = crypto.encrypt(b"a")
24 enc += crypto.encrypt(b"b" * 1000)
27 crypto = _new(b"1234" * 4, b"5678" * 4) variable
28 print(crypto.decrypt(enc))
A Ducryptolib_aes128_ecb_inpl.py8 crypto = aes(b"1234" * 4, 1) variable
10 crypto.encrypt(buf, buf)
13 crypto = aes(b"1234" * 4, 1) variable
14 crypto.decrypt(buf, buf)
A Ducryptolib_aes128_ecb_into.py8 crypto = aes(b"1234" * 4, 1) variable
10 crypto.encrypt(bytes(range(32)), enc)
13 crypto = aes(b"1234" * 4, 1) variable
15 crypto.decrypt(enc, dec)
A Ducryptolib_aes128_ecb.py12 crypto = aes(b"1234" * 4, 1) variable
13 enc = crypto.encrypt(bytes(range(32)))
15 crypto = aes(b"1234" * 4, 1) variable
16 print(crypto.decrypt(enc))
A Ducryptolib_aes256_ecb.py12 crypto = aes(b"1234" * 8, 1) variable
13 enc = crypto.encrypt(bytes(range(32)))
15 crypto = aes(b"1234" * 8, 1) variable
16 print(crypto.decrypt(enc))
A Ducryptolib_aes128_cbc.py12 crypto = aes(b"1234" * 4, 2, b"5678" * 4) variable
13 enc = crypto.encrypt(bytes(range(32)))
15 crypto = aes(b"1234" * 4, 2, b"5678" * 4) variable
16 print(crypto.decrypt(enc))
A Ducryptolib_aes256_cbc.py12 crypto = aes(b"1234" * 8, 2, b"5678" * 4) variable
13 enc = crypto.encrypt(bytes(range(32)))
15 crypto = aes(b"1234" * 8, 2, b"5678" * 4) variable
16 print(crypto.decrypt(enc))
A Ducryptolib_aes128_ecb_enc.py15 crypto = aes(b"1234" * 4, 1) variable
16 enc = crypto.encrypt(bytes(range(32)))
/AliOS-Things-master/components/amp/example-js/
A Dcrypto.js2 import * as crypto from 'crypto'
10 let enc_result = crypto.encrypt(enc_param);
18 let dec_result = crypto.decrypt(dec_param);
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A Dbuild.mk31 …PATH)/../bt_host/port/aos/include $(L_PATH)/../bt_host/host $(L_PATH)/../crypto $(L_PATH)/../bt_h…
35 L_INCS += $(L_PATH)/../crypto/tinycrypt/include
44 src/crypto.c \
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbuild.mk26 $(L_PATH)/../bt_host/host $(L_PATH)/../crypto $(L_PATH)/../bt_host/
/AliOS-Things-master/components/ble_host/bt_host/
A Dbuild.mk31 L_INCS += $(L_PATH)/../include $(L_PATH)/include $(L_PATH)/port/include $(L_PATH)/../crypto $(L_PAT…
106 L_SRCS += host/crypto.c
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/
A DMakefile1 subdir-ccflags-y +=-I$(srctree)/ext/lib/crypto/tinycrypt/include
/AliOS-Things-master/components/ble_host/bt_host/host/
A DCMakeLists.txt36 crypto.c
A DMakefile25 obj-$(CONFIG_BT_HOST_CRYPTO) += crypto.o
A DKconfig124 bool "Controller crypto feature"
412 In builds including the BLE Host, if not set the controller crypto is
469 to verify security and crypto functions.
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dpy.mk3 include_directories(${MPYENGINEDIR}/extmod/crypto-algorithms)
/AliOS-Things-master/components/amp/jslib/
A Dgen_bytecode_linux.sh3 ./qjsc_linux -c -m src/crypto.js -N jslib_crypto -M events -M CRYPTO -o bytecode/jslib_crypto.c
A Dgen_bytecode_macos.sh3 ./qjsc_macos -c -m -M events -M CRYPTO -N jslib_crypto -o bytecode/jslib_crypto.c src/crypto.js
A Dgen_bytecode.bat3 .\qjsc.exe -c -m -M events -M CRYPTO -N jslib_crypto -o bytecode\jslib_crypto.c src\crypto.js
/AliOS-Things-master/components/amp/engine/duktape_engine/
A DMakefile31 addons/utils/crypto/module_crypto.c \
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/
A DCMakeLists.txt190 crypto
/AliOS-Things-master/components/py_engine/
A Daos.mk29 modules/driver/crypto.c \
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak328 * alternate core implementation of a symmetric crypto, an arithmetic or hash
389 * alternate core implementation of symmetric crypto or hash function. Keep in
/AliOS-Things-master/components/mbedtls/
A DChangeLog328 * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time

Completed in 20 milliseconds