Lines Matching refs:fido_log_debug

89 		fido_log_debug("%s: already loaded", __func__);  in webauthn_load()
93 fido_log_debug("%s: LoadLibrary", __func__); in webauthn_load()
100 fido_log_debug("%s: WebAuthNGetApiVersionNumber", __func__); in webauthn_load()
105 fido_log_debug("%s: unsupported api %lu", __func__, (u_long)n); in webauthn_load()
108 fido_log_debug("%s: api version %lu", __func__, (u_long)n); in webauthn_load()
112 fido_log_debug("%s: WebAuthNGetErrorName", __func__); in webauthn_load()
118 fido_log_debug("%s: WebAuthNAuthenticatorGetAssertion", in webauthn_load()
125 fido_log_debug("%s: WebAuthNAuthenticatorMakeCredential", in webauthn_load()
132 fido_log_debug("%s: WebAuthNFreeAssertion", __func__); in webauthn_load()
138 fido_log_debug("%s: WebAuthNFreeCredentialAttestation", in webauthn_load()
147 fido_log_debug("%s: GetProcAddress", __func__); in webauthn_load()
167 fido_log_debug("%s: NULL", __func__); in to_utf16()
172 fido_log_debug("%s: MultiByteToWideChar %d", __func__, nch); in to_utf16()
176 fido_log_debug("%s: calloc", __func__); in to_utf16()
180 fido_log_debug("%s: MultiByteToWideChar", __func__); in to_utf16()
205 fido_log_debug("%s: hr=0x%lx", __func__, (u_long)hr); in to_fido()
214 fido_log_debug("%s: NULL", __func__); in pack_cd()
218 fido_log_debug("%s: in->len=%zu", __func__, in->len); in pack_cd()
238 fido_log_debug("%s: in->len=%zu", __func__, in->len); in pack_credlist()
242 fido_log_debug("%s: calloc", __func__); in pack_credlist()
248 fido_log_debug("%s: %zu", __func__, in->ptr[i].len); in pack_credlist()
312 fido_log_debug("%s: id", __func__); in pack_rp()
316 fido_log_debug("%s: name", __func__); in pack_rp()
327 fido_log_debug("%s: id", __func__); in pack_user()
336 fido_log_debug("%s: name", __func__); in pack_user()
342 fido_log_debug("%s: icon", __func__); in pack_user()
349 fido_log_debug("%s: display_name", __func__); in pack_user()
375 fido_log_debug("%s: type %d", __func__, type); in pack_cose()
398 fido_log_debug("%s: mask 0x%x", __func__, in->mask); in pack_cred_ext()
406 fido_log_debug("%s: calloc", __func__); in pack_cred_ext()
416 fido_log_debug("%s: calloc", __func__); in pack_cred_ext()
429 fido_log_debug("%s: calloc", __func__); in pack_cred_ext()
456 fido_log_debug("%s: mask 0x%x", __func__, in->mask); in pack_assert_ext()
461 fido_log_debug("%s: salt %p/%zu", __func__, in pack_assert_ext()
468 fido_log_debug("%s: calloc", __func__); in pack_assert_ext()
488 fido_log_debug("%s: calloc", __func__); in pack_appid()
492 fido_log_debug("%s: to_utf16", __func__); in pack_appid()
495 fido_log_debug("%s: using %s", __func__, id); in pack_appid()
509 fido_log_debug("%s: not used", __func__); in unpack_appid()
512 fido_log_debug("%s: %s -> %s", __func__, assert->rp_id, assert->appid); in unpack_appid()
525 fido_log_debug("%s: fido_assert_set_authdata_raw: %s", __func__, in unpack_assert_authdata()
540 fido_log_debug("%s: fido_assert_set_sig: %s", __func__, in unpack_assert_sig()
553 fido_log_debug("%s: fido_blob_set", __func__); in unpack_cred_id()
567 fido_log_debug("%s: fido_blob_set", __func__); in unpack_user_id()
578 fido_log_debug("%s: dwVersion %u", __func__, in unpack_hmac_secret()
585 fido_log_debug("%s: hmac-secret absent", __func__); in unpack_hmac_secret()
590 fido_log_debug("%s: 64-byte hmac-secret", __func__); in unpack_hmac_secret()
594 fido_log_debug("%s: fido_blob_is_empty", __func__); in unpack_hmac_secret()
599 fido_log_debug("%s: fido_blob_set", __func__); in unpack_hmac_secret()
614 fido_log_debug("%s: up %d", __func__, assert->up); in translate_fido_assert()
618 fido_log_debug("%s: rp_id", __func__); in translate_fido_assert()
622 fido_log_debug("%s: pack_cd", __func__); in translate_fido_assert()
630 fido_log_debug("%s: pack_appid" , __func__); in translate_fido_assert()
634 fido_log_debug("%s: pack_credlist", __func__); in translate_fido_assert()
638 fido_log_debug("%s: pack_assert_ext", __func__); in translate_fido_assert()
643 fido_log_debug("%s: set_assert_uv", __func__); in translate_fido_assert()
659 fido_log_debug("%s: stmt_len=%zu", __func__, assert->stmt_len); in translate_winhello_assert()
663 fido_log_debug("%s: fido_assert_set_count: %s", __func__, in translate_winhello_assert()
669 fido_log_debug("%s: unpack_assert_authdata", __func__); in translate_winhello_assert()
673 fido_log_debug("%s: unpack_assert_sig", __func__); in translate_winhello_assert()
677 fido_log_debug("%s: unpack_cred_id", __func__); in translate_winhello_assert()
681 fido_log_debug("%s: unpack_user_id", __func__); in translate_winhello_assert()
686 fido_log_debug("%s: unpack_hmac_secret", __func__); in translate_winhello_assert()
700 fido_log_debug("%s: pack_rp", __func__); in translate_fido_cred()
705 fido_log_debug("%s: pack_user", __func__); in translate_fido_cred()
709 fido_log_debug("%s: pack_cose", __func__); in translate_fido_cred()
713 fido_log_debug("%s: pack_cd", __func__); in translate_fido_cred()
723 fido_log_debug("%s: pack_credlist", __func__); in translate_fido_cred()
727 fido_log_debug("%s: pack_cred_ext", __func__); in translate_fido_cred()
732 fido_log_debug("%s: set_cred_uv", __func__); in translate_fido_cred()
750 fido_log_debug("%s: cbor type", __func__); in decode_attobj()
757 fido_log_debug("%s: cbor_decode_fmt", __func__); in decode_attobj()
762 fido_log_debug("%s: cbor_decode_attstmt", __func__); in decode_attobj()
767 fido_log_debug("%s: fido_blob_decode", __func__); in decode_attobj()
773 fido_log_debug("%s: cbor_decode_cred_authdata", in decode_attobj()
795 fido_log_debug("%s: pbAttestationObject", __func__); in translate_winhello_cred()
800 fido_log_debug("%s: cbor_load", __func__); in translate_winhello_cred()
806 fido_log_debug("%s: cbor type", __func__); in translate_winhello_cred()
827 fido_log_debug("%s: %ls -> %s", __func__, webauthn_strerr(hr), in winhello_get_assert()
843 fido_log_debug("%s: %ls -> %s", __func__, webauthn_strerr(hr), in winhello_make_cred()
902 fido_log_debug("%s: webauthn_load", __func__); in fido_winhello_manifest()
930 fido_log_debug("%s: webauthn_load", __func__); in fido_winhello_open()
970 fido_log_debug("%s: calloc", __func__); in fido_winhello_get_assert()
974 fido_log_debug("%s: GetForegroundWindow", __func__); in fido_winhello_get_assert()
976 fido_log_debug("%s: GetTopWindow", __func__); in fido_winhello_get_assert()
981 fido_log_debug("%s: translate_fido_assert", __func__); in fido_winhello_get_assert()
985 fido_log_debug("%s: winhello_get_assert", __func__); in fido_winhello_get_assert()
989 fido_log_debug("%s: translate_winhello_assert", __func__); in fido_winhello_get_assert()
1014 fido_log_debug("%s: fido_str_array_pack", __func__); in fido_winhello_get_cbor_info()
1019 fido_log_debug("%s: calloc", __func__); in fido_winhello_get_cbor_info()
1024 fido_log_debug("%s: strdup", __func__); in fido_winhello_get_cbor_info()
1047 fido_log_debug("%s: calloc", __func__); in fido_winhello_make_cred()
1051 fido_log_debug("%s: GetForegroundWindow", __func__); in fido_winhello_make_cred()
1053 fido_log_debug("%s: GetTopWindow", __func__); in fido_winhello_make_cred()
1058 fido_log_debug("%s: translate_fido_cred", __func__); in fido_winhello_make_cred()
1062 fido_log_debug("%s: winhello_make_cred", __func__); in fido_winhello_make_cred()
1066 fido_log_debug("%s: translate_winhello_cred", __func__); in fido_winhello_make_cred()