OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authdata_ext
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
cbor.c
1165
&cred->
authdata_ext
) < 0) {
1196
fido_cred_ext_t *
authdata_ext
= arg;
local
1212
authdata_ext
->mask |= FIDO_EXT_HMAC_SECRET;
1219
authdata_ext
->mask |= FIDO_EXT_CRED_PROTECT;
1220
authdata_ext
->prot = cbor_get_uint8(val);
1227
authdata_ext
->mask |= FIDO_EXT_CRED_BLOB;
1234
authdata_ext
->mask |= FIDO_EXT_MINPINLEN;
1235
authdata_ext
->minpinlen = cbor_get_uint8(val);
1247
fido_cred_ext_t *
authdata_ext
)
1253
memset(
authdata_ext
, 0, sizeof(*authdata_ext))
1284
fido_assert_extattr_t *
authdata_ext
= arg;
local
[
all
...]
assert.c
71
&stmt->authdata, &stmt->
authdata_ext
));
294
if (stmt->
authdata_ext
.hmac_secret_enc.ptr != NULL) {
296
&stmt->
authdata_ext
.hmac_secret_enc,
379
check_extensions(int
authdata_ext
, int ext)
383
if (
authdata_ext
!= ext) {
384
fido_log_debug("%s:
authdata_ext
=0x%x != ext=0x%x", __func__,
385
authdata_ext
, ext);
534
if (check_extensions(stmt->
authdata_ext
.mask, assert->ext.mask) < 0) {
814
fido_assert_reset_extattr(&assert->stmt[i].
authdata_ext
);
1025
return (assert->stmt[idx].
authdata_ext
.blob.ptr)
[
all
...]
cred.c
39
&cred->
authdata_ext
));
226
check_extensions(const fido_cred_ext_t *
authdata_ext
,
235
return (timingsafe_bcmp(
authdata_ext
, &tmp, sizeof(*
authdata_ext
)));
388
if (check_extensions(&cred->
authdata_ext
, &cred->ext) != 0) {
477
if (check_extensions(&cred->
authdata_ext
, &cred->ext) != 0) {
552
memset(&cred->
authdata_ext
, 0, sizeof(cred->
authdata_ext
));
647
&cred->authdata, &cred->attcred, &cred->
authdata_ext
) < 0) {
688
&cred->authdata, &cred->attcred, &cred->
authdata_ext
) < 0)
[
all
...]
/src/external/bsd/libfido2/dist/src/fido/
types.h
185
fido_cred_ext_t
authdata_ext
; /* decoded extensions */
member in struct:fido_cred
206
fido_assert_extattr_t
authdata_ext
; /* decoded extensions */
member in struct:_fido_assert_stmt
Completed in 19 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026