Searched refs:write_private_key (Results 1 – 2 of 2) sorted by relevance
152 static int write_private_key( mbedtls_pk_context *key, const char *output_file ) in write_private_key() function412 if( ( ret = write_private_key( &key, opt.filename ) ) != 0 ) in main()
154 static int write_private_key( mbedtls_pk_context *key, const char *output_file ) in write_private_key() function409 write_private_key( &key, opt.output_file ); in main()