Searched defs:ciphertext (Results 1 – 4 of 4) sorted by relevance
/btstack/test/crypto/ |
H A D | aes_ccm_test.c | 46 uint8_t ciphertext[8+8]; in message_24_upper_transport_encrypt() local 74 uint8_t ciphertext[8]; in message_24_upper_transport_decrypt() local 110 uint8_t ciphertext[18+4]; in message_24_lower_transport_segment_0() local
|
/btstack/src/ |
H A D | btstack_crypto.c | 176 void btstack_aes128_calc(const uint8_t * key, const uint8_t * plaintext, uint8_t * ciphertext){ in btstack_aes128_calc() 1196 …s128_t * request, const uint8_t * key, const uint8_t * plaintext, uint8_t * ciphertext, void (* ca… in btstack_crypto_aes128_encrypt() 1328 …_crypto_ccm_t * request, uint16_t len, const uint8_t * plaintext, uint8_t * ciphertext, void (* ca… in btstack_crypto_ccm_encrypt_block() 1345 …cm_decrypt_block(btstack_crypto_ccm_t * request, uint16_t len, const uint8_t * ciphertext, uint8_t… in btstack_crypto_ccm_decrypt_block()
|
H A D | btstack_crypto.h | 84 uint8_t * ciphertext; member
|
/btstack/3rd-party/rijndael/ |
H A D | rijndael.c | 708 #define PUTU32(ciphertext, st) { (ciphertext)[0] = (u8)((st) >> 24); \ argument
|