Home
last modified time | relevance | path

Searched refs:fido2_hmac_credential (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Duser-record.h356 Fido2HmacCredential *fido2_hmac_credential; member
Duser-record.c182 fido2_hmac_credential_done(h->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()
837 h->fido2_hmac_credential = array; in dispatch_fido2_hmac_credential_array()
839 h->fido2_hmac_credential[h->n_fido2_hmac_credential++] = (Fido2HmacCredential) { in dispatch_fido2_hmac_credential_array()