Searched refs:authentication_value (Results 1 – 2 of 2) sorted by relevance
243 …rypto_ccm_get_authentication_value(btstack_crypto_ccm_t * request, uint8_t * authentication_value);
1324 …rypto_ccm_get_authentication_value(btstack_crypto_ccm_t * request, uint8_t * authentication_value){ in btstack_crypto_ccm_get_authentication_value() argument1325 (void)memcpy(authentication_value, request->x_i, request->auth_len); in btstack_crypto_ccm_get_authentication_value()