OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
assert.c
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))
[
all
...]
u2f.c
822
if (fa->uv == FIDO_OPT_TRUE || fa->
allow_list
.ptr == NULL) {
823
fido_log_debug("%s: uv=%d,
allow_list
=%p", __func__, fa->uv,
824
(void *)fa->
allow_list
.ptr);
828
if ((r = fido_assert_set_count(fa, fa->
allow_list
.len)) != FIDO_OK) {
833
for (size_t i = 0; i < fa->
allow_list
.len; i++) {
835
&fa->
allow_list
.ptr[i], fa, nfound, ms))) {
winhello.c
633
if (pack_credlist(&opt->CredentialList, &assert->
allow_list
) < 0) {
/src/external/bsd/libfido2/dist/src/fido/
types.h
224
fido_blob_array_t
allow_list
; /* list of allowed credentials */
member in struct:fido_assert
Completed in 15 milliseconds
Indexes created Fri Jul 17 00:25:55 UTC 2026