Searched refs:list_ptr (Results 1 – 2 of 2) sorted by relevance
689 fido_blob_t *list_ptr; in fido_assert_allow_cred() local699 if (fido_blob_set(&id, ptr, len) < 0 || (list_ptr = in fido_assert_allow_cred()706 list_ptr[assert->allow_list.len++] = id; in fido_assert_allow_cred()707 assert->allow_list.ptr = list_ptr; in fido_assert_allow_cred()
647 fido_blob_t *list_ptr; in fido_cred_exclude() local659 if ((list_ptr = recallocarray(cred->excl.ptr, cred->excl.len, in fido_cred_exclude()665 list_ptr[cred->excl.len++] = id_blob; in fido_cred_exclude()666 cred->excl.ptr = list_ptr; in fido_cred_exclude()