Lines Matching refs:allow_list
113 if (assert->allow_list.len) {
114 const fido_blob_array_t *cl = &assert->allow_list;
688 if (assert->allow_list.len == SIZE_MAX) {
694 recallocarray(assert->allow_list.ptr, assert->allow_list.len,
695 assert->allow_list.len + 1, sizeof(fido_blob_t))) == NULL) {
700 list_ptr[assert->allow_list.len++] = id;
701 assert->allow_list.ptr = list_ptr;
713 fido_free_blob_array(&assert->allow_list);
714 memset(&assert->allow_list, 0, sizeof(assert->allow_list));