Home | History | Annotate | Download | only in tools

Lines Matching refs:x5c

27 	struct blob x5c;
36 memset(&x5c, 0, sizeof(x5c));
47 (void)base64_read(in_f, &x5c);
61 xxd(x5c.ptr, x5c.len);
77 if (x5c.ptr != NULL) {
78 if ((r = fido_cred_set_x509(cred, x5c.ptr, x5c.len)) != FIDO_OK)
96 free(x5c.ptr);