OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aaguid_tpm
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libfido2/dist/regress/
cred.c
2165
const unsigned char
aaguid_tpm
[16] = {
variable
2857
assert(fido_cred_aaguid_len(c) == sizeof(
aaguid_tpm
));
2858
assert(memcmp(fido_cred_aaguid_ptr(c),
aaguid_tpm
, sizeof(
aaguid_tpm
)) == 0);
2890
assert(fido_cred_aaguid_len(c) == sizeof(
aaguid_tpm
));
2891
assert(memcmp(fido_cred_aaguid_ptr(c),
aaguid_tpm
, sizeof(
aaguid_tpm
)) == 0);
2944
assert(fido_cred_aaguid_len(c) == sizeof(
aaguid_tpm
));
2945
assert(memcmp(fido_cred_aaguid_ptr(c),
aaguid_tpm
, sizeof(
aaguid_tpm
)) == 0)
[
all
...]
Completed in 43 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026