Home
last modified time | relevance | path

Searched refs:key_pwd (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/programs/ssl/
Dssl_client2.c489 const char *key_pwd; /* the password for the client key */ member
939 opt.key_pwd = DFL_KEY_PWD; in main()
1122 opt.key_pwd = q; in main()
1765 ret = mbedtls_pk_parse_keyfile(&pkey, opt.key_file, opt.key_pwd, rng_get, &rng); in main()
Dssl_server2.c620 const char *key_pwd; /* the password for the server key */ member
1707 opt.key_pwd = DFL_KEY_PWD; in main()
1902 opt.key_pwd = q; in main()
2641 opt.key_pwd, rng_get, &rng)) != 0) { in main()
/mbedtls-latest/
DChangeLog2496 * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2