Searched refs:write_private_key (Results 1 – 2 of 2) sorted by relevance
134 static int write_private_key(mbedtls_pk_context *key, const char *output_file) in write_private_key() function463 write_private_key(&key, opt.output_file); in main()
122 static int write_private_key(mbedtls_pk_context *key, const char *output_file) in write_private_key() function443 if ((ret = write_private_key(&key, opt.filename)) != 0) { in main()