Home
last modified time | relevance | path

Searched refs:password_file (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/programs/pkey/
H A Dkey_app.c40 " password_file=%%s default: \"\"\n" \
128 const char *password_file; /* password_file for the private key */ member
177 opt.password_file = DFL_PASSWORD_FILE; in main()
198 } else if (strcmp(p, "password_file") == 0) { in main()
199 opt.password_file = q; in main()
206 if (strlen(opt.password) && strlen(opt.password_file)) { in main()
207 mbedtls_printf("Error: cannot have both password and password_file\n"); in main()
211 if (strlen(opt.password_file)) { in main()
215 if ((f = fopen(opt.password_file, "r in main()
[all...]

Completed in 1 milliseconds