Home
last modified time | relevance | path

Searched defs:x5c (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libfido2/tools/
H A Dcred_verify.c27 struct blob x5c; in prepare_cred() local
H A Dcred_make.c93 char *x5c = NULL; print_attcred() local
/freebsd/contrib/libfido2/src/
H A Du2f.c69 x5c_get(fido_blob_t *x5c, const unsigned char **buf, size_t *len) in x5c_get()
438 encode_cred_attstmt(int cose_alg, const fido_blob_t *x5c, in encode_cred_attstmt()
585 fido_blob_t x5c; in parse_register_reply() local
H A Dcbor.c1389 fido_blob_t *x5c = arg; in decode_x5c() local
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h146 fido_blob_t x5c; /* attestation certificate */ member