Searched refs:list_ptr (Results 1 – 2 of 2) sorted by relevance
651 fido_blob_t *list_ptr; in fido_assert_allow_cred() local661 if (fido_blob_set(&id, ptr, len) < 0 || (list_ptr = in fido_assert_allow_cred()668 list_ptr[assert->allow_list.len++] = id; in fido_assert_allow_cred()669 assert->allow_list.ptr = list_ptr; in fido_assert_allow_cred()
743 fido_blob_t *list_ptr; in fido_cred_exclude() local755 if ((list_ptr = recallocarray(cred->excl.ptr, cred->excl.len, in fido_cred_exclude()761 list_ptr[cred->excl.len++] = id_blob; in fido_cred_exclude()762 cred->excl.ptr = list_ptr; in fido_cred_exclude()