Lines Matching defs:request
1186 void btstack_crypto_random_generate(btstack_crypto_random_t * request, uint8_t * buffer, uint16_t s… in btstack_crypto_random_generate()
1196 void btstack_crypto_aes128_encrypt(btstack_crypto_aes128_t * request, const uint8_t * key, const ui… in btstack_crypto_aes128_encrypt()
1207 void btstack_crypto_aes128_cmac_generator(btstack_crypto_aes128_cmac_t * request, const uint8_t * k… in btstack_crypto_aes128_cmac_generator()
1219 void btstack_crypto_aes128_cmac_message(btstack_crypto_aes128_cmac_t * request, const uint8_t * key… in btstack_crypto_aes128_cmac_message()
1231 void btstack_crypto_aes128_cmac_zero(btstack_crypto_aes128_cmac_t * request, uint16_t size, const u… in btstack_crypto_aes128_cmac_zero()
1244 void btstack_crypto_ecc_p256_generate_key(btstack_crypto_ecc_p256_t * request, uint8_t * public_key… in btstack_crypto_ecc_p256_generate_key()
1257 void btstack_crypto_ecc_p256_calculate_dhkey(btstack_crypto_ecc_p256_t * request, const uint8_t * p… in btstack_crypto_ecc_p256_calculate_dhkey()
1302 void btstack_crypto_ccm_init(btstack_crypto_ccm_t * request, const uint8_t * key, const uint8_t * n… in btstack_crypto_ccm_init()
1313 void btstack_crypto_ccm_digest(btstack_crypto_ccm_t * request, uint8_t * additional_authenticated_d… in btstack_crypto_ccm_digest()
1324 void btstack_crypto_ccm_get_authentication_value(btstack_crypto_ccm_t * request, uint8_t * authenti… in btstack_crypto_ccm_get_authentication_value()
1328 void btstack_crypto_ccm_encrypt_block(btstack_crypto_ccm_t * request, uint16_t len, const uint8_t *… in btstack_crypto_ccm_encrypt_block()
1345 void btstack_crypto_ccm_decrypt_block(btstack_crypto_ccm_t * request, uint16_t len, const uint8_t *… in btstack_crypto_ccm_decrypt_block()