/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moducryptolib.c | 111 STATIC void aes_final_set_key_impl(AES_CTX_IMPL *ctx, bool encrypt) { in aes_final_set_key_impl() argument 112 if (!encrypt) { in aes_final_set_key_impl() 125 if (encrypt) { in aes_process_ecb_impl() 136 if (encrypt) { in aes_process_cbc_impl() 181 STATIC void aes_final_set_key_impl(AES_CTX_IMPL *ctx, bool encrypt) { in aes_final_set_key_impl() argument 191 if (encrypt) { in aes_final_set_key_impl() 297 const bool encrypt_mode = encrypt || is_ctr_mode(self->block_mode); in aes_process() 299 self->key_type = encrypt ? AES_KEYTYPE_ENC : AES_KEYTYPE_DEC; in aes_process() 301 if ((encrypt && self->key_type == AES_KEYTYPE_DEC) || in aes_process() 302 (!encrypt && self->key_type == AES_KEYTYPE_ENC)) { in aes_process() [all …]
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | crypto.js | 3 export function encrypt(param) { function 4 let result = CRYPTO.encrypt(
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ucryptolib_aes128_ctr.py | 22 enc = crypto.encrypt(b"a") 24 enc += crypto.encrypt(b"b" * 1000)
|
A D | ucryptolib_aes128_ecb_enc.py | 16 enc = crypto.encrypt(bytes(range(32)))
|
A D | ucryptolib_aes128_ecb_inpl.py | 10 crypto.encrypt(buf, buf)
|
A D | ucryptolib_aes128_ecb_into.py | 10 crypto.encrypt(bytes(range(32)), enc)
|
A D | ucryptolib_aes128_ecb.py | 13 enc = crypto.encrypt(bytes(range(32)))
|
A D | ucryptolib_aes256_ecb.py | 13 enc = crypto.encrypt(bytes(range(32)))
|
A D | ucryptolib_aes128_cbc.py | 13 enc = crypto.encrypt(bytes(range(32)))
|
A D | ucryptolib_aes256_cbc.py | 13 enc = crypto.encrypt(bytes(range(32)))
|
/AliOS-Things-master/components/linkkit/wifi_provision/p2p/ |
A D | awss_wps.c | 106 char encrypt = 0; in get_ssid_passwd_from_w() local 129 encrypt = (ssid_len & P2P_ENCRYPT_BIT_MASK) >> P2P_ENCODE_TYPE_OFFSET; in get_ssid_passwd_from_w() 132 if (encrypt > P2P_ENCODE_TYPE_ENCRYPT) { in get_ssid_passwd_from_w() 192 switch (encrypt) { in get_ssid_passwd_from_w() 228 awss_warn("p2p encypt:%d not support\r\n", encrypt); in get_ssid_passwd_from_w()
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_ota.h | 103 bool genie_ota_handle_update_request(uint8_t msg_id, ais_ota_upd_req_t *p_ota_req, uint8_t encrypt); 105 bool genie_ota_handle_version_request(uint8_t msg_id, ais_ota_ver_req_t *p_ver_req, uint8_t encrypt…
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_ota.c | 109 bool genie_ota_handle_version_request(uint8_t msg_id, ais_ota_ver_req_t *p_ver_req, uint8_t encrypt) in genie_ota_handle_version_request() argument 122 if (encrypt > 0) in genie_ota_handle_version_request() 138 bool genie_ota_handle_update_request(uint8_t msg_id, ais_ota_upd_req_t *p_ota_req, uint8_t encrypt) in genie_ota_handle_update_request() argument 171 if (encrypt > 0) in genie_ota_handle_update_request()
|
/AliOS-Things-master/components/netmgr/activation/ |
A D | README.md | 2 **activation** provides activation data process. Including judge os type, encrypt etc.
|
/AliOS-Things-master/components/amp/example-js/ |
A D | crypto.js | 10 let enc_result = crypto.encrypt(enc_param);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | wifi_structures.h | 219 unsigned char encrypt; member
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 9 …stretching mechanism such as PBKDF2 (provided by the `pkcs5` module). To encrypt and authenticate … 29 …crypt.c): loads a PEM or DER public/private key file and uses the key to encrypt/decrypt a short s… 37 ….c`](pkey/rsa_decrypt.c): loads an RSA public/private key and uses it to encrypt/decrypt a short s…
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 15 (2) User needs to select target chip before download or encrypt images.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 15 (2) User needs to select target chip before download or encrypt images.
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn_internal.h | 120 u8_t encrypt; member
|
A D | l2cap_br.c | 698 BT_FEAT_HOST_SSP(conn->br.features) && !conn->encrypt) { in l2cap_br_conn_req() 1408 chan->conn->encrypt); in l2cap_br_conn_pend() 1426 if (!chan->conn->encrypt) { in l2cap_br_conn_pend()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | me_api.h | 974 } encrypt; member 1036 BOOL encrypt; /* Indicate if encryption set or not */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | zip.c | 153 int encrypt; member 1127 zi->ci.encrypt = 0; in zipOpenNewFileInZip4_64() 1248 zi->ci.encrypt = 1; in zipOpenNewFileInZip4_64() 1367 if (zi->ci.encrypt != 0) in zip64FlushWriteBuffer()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/ |
A D | common.mk | 120 core-y += utils/encrypt/
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 329 u8_t encrypt; member 1310 u8_t encrypt; member
|