Lines Matching defs:cdh
23 struct blob cdh;
29 memset(&cdh, 0, sizeof(cdh));
32 r = base64_read(in_f, &cdh);
42 xxd(cdh.ptr, cdh.len);
54 r = fido_cred_set_clientdata(cred, cdh.ptr, cdh.len);
56 r = fido_cred_set_clientdata_hash(cred, cdh.ptr, cdh.len);
83 free(cdh.ptr);
94 char *cdh = NULL;
103 fido_cred_clientdata_hash_len(cred), &cdh);
119 fprintf(out_f, "%s\n", cdh);
132 free(cdh);