Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_crypto.h243 …rypto_ccm_get_authentication_value(btstack_crypto_ccm_t * request, uint8_t * authentication_value);
H A Dbtstack_crypto.c1324 …rypto_ccm_get_authentication_value(btstack_crypto_ccm_t * request, uint8_t * authentication_value){ in btstack_crypto_ccm_get_authentication_value() argument
1325 (void)memcpy(authentication_value, request->x_i, request->auth_len); in btstack_crypto_ccm_get_authentication_value()