Home
last modified time | relevance | path

Searched refs:n_fido2_hmac_credential (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Duser-record-show.c483 if (hr->n_fido2_hmac_credential > 0) in user_record_show()
484 printf(" FIDO2 Token: %zu\n", hr->n_fido2_hmac_credential); in user_record_show()
Duser-record.h357 size_t n_fido2_hmac_credential; member
Duser-record.c181 for (size_t i = 0; i < h->n_fido2_hmac_credential; i++) in user_record_free()
829 …array = reallocarray(h->fido2_hmac_credential, h->n_fido2_hmac_credential + 1, sizeof(Fido2HmacCre… in dispatch_fido2_hmac_credential_array()
839 h->fido2_hmac_credential[h->n_fido2_hmac_credential++] = (Fido2HmacCredential) { in dispatch_fido2_hmac_credential_array()