Searched refs:key_pwd (Results 1 – 3 of 3) sorted by relevance
464 const char *key_pwd; /* the password for the client key */ member827 opt.key_pwd = DFL_KEY_PWD; in main()955 opt.key_pwd = q; in main()1669 ret = mbedtls_pk_parse_keyfile( &pkey, opt.key_file, opt.key_pwd, rng_get, &rng ); in main()
573 const char *key_pwd; /* the password for the server key */ member1500 opt.key_pwd = DFL_KEY_PWD; in main()1630 opt.key_pwd = q; in main()2402 opt.key_pwd, rng_get, &rng ) ) != 0 ) in main()
850 * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2
Completed in 20 milliseconds