Home
last modified time | relevance | path

Searched refs:ciphertext (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dccm.c473 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
493 memset( ciphertext, 0, CCM_SELFTEST_CT_MAX_LEN ); in mbedtls_ccm_self_test()
498 plaintext, ciphertext, in mbedtls_ccm_self_test()
499 ciphertext + msg_len[i], tag_len[i] ); in mbedtls_ccm_self_test()
502 memcmp( ciphertext, res[i], msg_len[i] + tag_len[i] ) != 0 ) in mbedtls_ccm_self_test()
513 ciphertext, plaintext, in mbedtls_ccm_self_test()
514 ciphertext + msg_len[i], tag_len[i] ); in mbedtls_ccm_self_test()
/AliOS-Things-master/components/ble_host/include/
A Dhci_api.h119 int hci_api_le_enc(uint8_t key[16], uint8_t plaintext[16], uint8_t ciphertext[16]);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1407 __hci_api_weak__ int hci_api_le_enc(uint8_t key[16], uint8_t plaintext[16], uint8_t ciphertext[16]) in hci_api_le_enc()
1432 memcpy(ciphertext, rp->enc_data, sizeof(rp->enc_data)); in hci_api_le_enc()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak605 * Enable Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES.

Completed in 10 milliseconds