Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoducryptolib.c111 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 Dcrypto.js3 export function encrypt(param) { function
4 let result = CRYPTO.encrypt(
/AliOS-Things-master/components/py_engine/tests/extmod/
A Ducryptolib_aes128_ctr.py22 enc = crypto.encrypt(b"a")
24 enc += crypto.encrypt(b"b" * 1000)
A Ducryptolib_aes128_ecb_enc.py16 enc = crypto.encrypt(bytes(range(32)))
A Ducryptolib_aes128_ecb_inpl.py10 crypto.encrypt(buf, buf)
A Ducryptolib_aes128_ecb_into.py10 crypto.encrypt(bytes(range(32)), enc)
A Ducryptolib_aes128_ecb.py13 enc = crypto.encrypt(bytes(range(32)))
A Ducryptolib_aes256_ecb.py13 enc = crypto.encrypt(bytes(range(32)))
A Ducryptolib_aes128_cbc.py13 enc = crypto.encrypt(bytes(range(32)))
A Ducryptolib_aes256_cbc.py13 enc = crypto.encrypt(bytes(range(32)))
/AliOS-Things-master/components/linkkit/wifi_provision/p2p/
A Dawss_wps.c106 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 Dgenie_ota.h103 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 Dgenie_ota.c109 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 DREADME.md2 **activation** provides activation data process. Including judge os type, encrypt etc.
/AliOS-Things-master/components/amp/example-js/
A Dcrypto.js10 let enc_result = crypto.encrypt(enc_param);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/
A Dwifi_structures.h219 unsigned char encrypt; member
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md9 …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 DChangeLog.txt15 (2) User needs to select target chip before download or encrypt images.
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/
A DChangeLog.txt15 (2) User needs to select target chip before download or encrypt images.
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn_internal.h120 u8_t encrypt; member
A Dl2cap_br.c698 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 Dme_api.h974 } 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 Dzip.c153 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 Dcommon.mk120 core-y += utils/encrypt/
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h329 u8_t encrypt; member
1310 u8_t encrypt; member

Completed in 46 milliseconds

12