Searched refs:cid_copy (Results 1 – 1 of 1) sorted by relevance
562 _cleanup_free_ char *cid_copy = NULL; in fido2_generate_hmac_hash() local903 cid_copy = memdup(cid, cid_size); in fido2_generate_hmac_hash()904 if (!cid_copy) in fido2_generate_hmac_hash()907 *ret_cid = TAKE_PTR(cid_copy); in fido2_generate_hmac_hash()