| /src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
| pamu2fcfg.c | 38 const char *appid; member in struct:args 53 const char *appid = NULL; local 107 if (args->appid) { 108 appid = args->appid; 110 appid = origin; 115 fprintf(stderr, "Setting appid to %s\n", appid); 118 if ((r = fido_cred_set_rp(cred, origin, appid)) != FIDO_OK) { 362 { "appid", required_argument, NULL, 'i' } [all...] |
| /src/external/bsd/pam-u2f/dist/ |
| pam-u2f.c | 82 } else if (strncmp(argv[i], "appid=", 6) == 0) { 83 cfg->appid = argv[i] + 6; 118 debug_dbg(cfg, "appid=%s", cfg->appid ? cfg->appid : "(null)"); 215 if (!cfg->appid) { 216 debug_dbg(cfg, "Appid not specified, using the value of origin (%s)", 218 cfg->appid = strdup(cfg->origin); 219 if (!cfg->appid) { 383 free_const(cfg->appid); [all...] |
| util.h | 44 const char *appid; member in struct:__anon5582
|
| util.c | 983 r = fido_assert_set_rp(assert, cfg->appid);
|
| /src/external/bsd/libfido2/dist/src/ |
| winhello.c | 40 wchar_t *appid; member in struct:winhello_assert 483 wchar_t **appid) 491 if ((*appid = to_utf16(id)) == NULL) { 496 opt->pwszU2fAppId = *appid; 506 if (assert->appid == NULL || opt->pbU2fAppId == NULL) 512 fido_log_debug("%s: %s -> %s", __func__, assert->rp_id, assert->appid); 514 assert->rp_id = assert->appid; 515 assert->appid = NULL; 629 if (pack_appid(opt, assert->appid, &ctx->appid) < 0) [all...] |
| assert.c | 654 if (assert->appid != NULL) { 655 free(assert->appid); 656 assert->appid = NULL; 662 if ((assert->appid = strdup(id)) == NULL) 780 free(assert->appid); 787 assert->appid = NULL;
|
| /src/external/bsd/libfido2/dist/src/fido/ |
| types.h | 221 char *appid; /* winhello u2f appid */ member in struct:fido_assert
|
| /src/external/gpl2/mkhybrid/dist/ |
| mkisofs.c | 95 char * appid = APPID_DEFAULT; variable 153 {"APPI", &appid}, 300 { {"appid", required_argument, NULL, 'A'}, 947 appid = optarg; 948 if(strlen(appid) > 128) {
|
| write.c | 1380 if(appid) memcpy_max(vol_desc.application_id, appid, strlen(appid));
|
| mkisofs.h | 464 extern char * appid;
|