Home
last modified time | relevance | path

Searched refs:TCCcmMode_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dccm_mode.h95 } *TCCcmMode_t; typedef
111 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce,
159 unsigned int plen, TCCcmMode_t c);
205 TCCcmMode_t c);
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dccm_mode.c39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config()
44 if (c == (TCCcmMode_t) 0 || in tc_ccm_config()
140 unsigned int plen, TCCcmMode_t c) in tc_ccm_generation_encryption()
145 (c == (TCCcmMode_t) 0) || in tc_ccm_generation_encryption()
201 unsigned int plen, TCCcmMode_t c) in tc_ccm_decryption_verification()
207 (c == (TCCcmMode_t) 0) || in tc_ccm_decryption_verification()

Completed in 5 milliseconds