Home
last modified time | relevance | path

Searched refs:_copy (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dcbc_mode.c58 (void)_copy(buffer, TC_AES_BLOCK_SIZE, iv, TC_AES_BLOCK_SIZE); in tc_cbc_mode_encrypt()
60 (void)_copy(out, TC_AES_BLOCK_SIZE, iv, TC_AES_BLOCK_SIZE); in tc_cbc_mode_encrypt()
67 (void)_copy(out, TC_AES_BLOCK_SIZE, in tc_cbc_mode_encrypt()
A Daes_decrypt.c89 (void)_copy(s, sizeof(t), t, sizeof(t)); in inv_mix_columns()
126 (void)_copy(s, sizeof(t), t, sizeof(t)); in inv_shift_rows()
142 (void)_copy(state, sizeof(state), in, sizeof(state)); in tc_aes_decrypt()
157 (void)_copy(out, sizeof(state), state, sizeof(state)); in tc_aes_decrypt()
A Daes_encrypt.c140 (void) _copy(s, sizeof(t), t, sizeof(t)); in mix_columns()
155 (void) _copy(s, sizeof(t), t, sizeof(t)); in shift_rows()
171 (void)_copy(state, sizeof(state), in, sizeof(state)); in tc_aes_encrypt()
185 (void)_copy(out, sizeof(state), state, sizeof(state)); in tc_aes_encrypt()
A Dcmac_mode.c184 _copy(&s->leftover[s->leftover_offset], data_length, data, data_length); in tc_cmac_update()
189 _copy(&s->leftover[s->leftover_offset], in tc_cmac_update()
215 _copy(s->leftover, data_length, data, data_length); in tc_cmac_update()
A Dutils.c40 unsigned int _copy(uint8_t *to, unsigned int to_len, in _copy() function
A Dctr_mode.c58 (void)_copy(nonce, sizeof(nonce), ctr, sizeof(nonce)); in tc_ctr_mode()
A Dhmac_prng.c201 (void)_copy(out, bufferlen, prng->v, bufferlen); in tc_hmac_prng_generate()
A Dccm_mode.c114 (void) _copy(nonce, sizeof(nonce), ctr, sizeof(nonce)); in ccm_ctr_mode()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/
A Dcbc_mode.c58 (void)_copy(buffer, TC_AES_BLOCK_SIZE, iv, TC_AES_BLOCK_SIZE); in utils_tc_cbc_mode_encrypt()
60 (void)_copy(out, TC_AES_BLOCK_SIZE, iv, TC_AES_BLOCK_SIZE); in utils_tc_cbc_mode_encrypt()
67 (void)_copy(out, TC_AES_BLOCK_SIZE, in utils_tc_cbc_mode_encrypt()
A Daes_decrypt.c89 (void)_copy(s, sizeof(t), t, sizeof(t)); in inv_mix_columns()
126 (void)_copy(s, sizeof(t), t, sizeof(t)); in inv_shift_rows()
142 (void)_copy(state, sizeof(state), in, sizeof(state)); in tc_aes_decrypt()
157 (void)_copy(out, sizeof(state), state, sizeof(state)); in tc_aes_decrypt()
A Daes_encrypt.c140 (void) _copy(s, sizeof(t), t, sizeof(t)); in mix_columns()
155 (void) _copy(s, sizeof(t), t, sizeof(t)); in shift_rows()
171 (void)_copy(state, sizeof(state), in, sizeof(state)); in tc_aes_encrypt()
185 (void)_copy(out, sizeof(state), state, sizeof(state)); in tc_aes_encrypt()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dutils.h60 unsigned int _copy(uint8_t *to, unsigned int to_len,
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/tinycrypt/
A Dutils.h60 unsigned int _copy(uint8_t *to, unsigned int to_len,

Completed in 16 milliseconds