Searched refs:pairing_auth_destroy (Results 1 – 5 of 5) sorted by relevance
12 pairing_auth_destroy; # apex introduced=30
299 void pairing_auth_destroy(PairingAuthCtx* ctx) { in pairing_auth_destroy() function
73 void pairing_auth_destroy(PairingAuthCtx* ctx) __INTRODUCED_IN(30);
28 pairing_auth_destroy(p); in PairingAuthDeleter()
53 void operator()(PairingAuthCtx* p) { pairing_auth_destroy(p); } in operator ()()